# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1241044784 -7200 # Node ID a41c1c0a9e139ef787af8a9fb1c6f31891b1a50c # Parent 8260e857822b9b2f6c166f8c5dfcc0d03e134850 fix manage permission order diff -r 8260e857822b -r a41c1c0a9e13 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):