[web/views] set explicit order for ManageSourcesAction
authorJulien Cristau <julien.cristau@logilab.fr>
Fri, 13 Feb 2015 09:46:19 +0100
changeset 10244 485c7df50ca7
parent 10243 60789eabc3b7
child 10245 7d21c6ac47a3
[web/views] set explicit order for ManageSourcesAction Gives predictable ordering wrt ManageUsersAction under python -R. Related to #4959402.
web/views/cwsources.py
--- a/web/views/cwsources.py	Thu Feb 12 18:40:49 2015 +0100
+++ b/web/views/cwsources.py	Fri Feb 13 09:46:19 2015 +0100
@@ -231,6 +231,7 @@
     __regid__ = 'cwsource'
     title = _('data sources')
     category = 'manage'
+    order = 100
 
 
 class CWSourcesManagementView(StartupView):