branch | tls-sprint |
changeset 714 | 39a2a6673171 |
parent 707 | 21a59b468f1a |
parent 710 | 766c881e101f |
child 728 | a95b284150d1 |
--- a/web/views/actions.py Tue Feb 17 22:59:14 2009 +0100 +++ b/web/views/actions.py Tue Feb 17 23:00:28 2009 +0100 @@ -135,6 +135,7 @@ @classmethod def registered(cls, vreg): + super(ManagePermissionsAction, cls).registered(vreg) if 'require_permission' in vreg.schema: cls.__select__ |= relation_possible('require_permission', 'subject', 'EPermission', action='add')