[web/views] set explicit order for ManageSourcesAction
Gives predictable ordering wrt ManageUsersAction under python -R.
Related to #4959402.
--- 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):