equal
deleted
inserted
replaced
127 |
127 |
128 |
128 |
129 # generic secondary actions ################################################### |
129 # generic secondary actions ################################################### |
130 |
130 |
131 class ManagePermissionsAction(Action): |
131 class ManagePermissionsAction(Action): |
132 id = 'addpermission' |
132 id = 'managepermission' |
133 __select__ = match_user_groups('managers') |
133 __select__ = match_user_groups('managers') |
134 |
134 |
135 title = _('manage permissions') |
135 title = _('manage permissions') |
136 category = 'moreactions' |
136 category = 'moreactions' |
137 order = 100 |
137 order = 100 |