fix manage permission order tls-sprint
authorsylvain.thenault@logilab.fr
Thu, 30 Apr 2009 00:39:44 +0200
branchtls-sprint
changeset 1551 a41c1c0a9e13
parent 1550 8260e857822b
child 1552 7563b652341a
fix manage permission order
web/views/actions.py
--- a/web/views/actions.py	Thu Apr 30 00:39:09 2009 +0200
+++ b/web/views/actions.py	Thu Apr 30 00:39:44 2009 +0200
@@ -154,7 +154,7 @@
 
     title = _('manage permissions')
     category = 'moreactions'
-    order = 100
+    order = 15
 
     @classmethod
     def registered(cls, vreg):