We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e57ff commit 565a4f6Copy full SHA for 565a4f6
roundup/cgi/templating.py
@@ -326,7 +326,7 @@ def list(self):
326
327
# get the list and sort it nicely
328
l = self._klass.list()
329
- sortfunc = make_sort_function(self._db, self._prop.classname)
+ sortfunc = make_sort_function(self._db, self.classname)
330
l.sort(sortfunc)
331
332
l = [klass(self._client, self.classname, x) for x in l]
0 commit comments