Merge "Metadata definitions table with pagination shows inconsistent data"

This commit is contained in:
Jenkins 2016-07-22 09:44:05 +00:00 committed by Gerrit Code Review
commit 528358cbbd
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ class AdminIndexView(tables.DataTableView):
if prev_marker is not None:
namespaces = sorted(namespaces,
key=lambda ns: getattr(ns, 'namespace'),
reverse=True)
key=lambda ns: getattr(ns, 'namespace'))
except Exception:
self._prev = False
self._more = False