Edgewall Software

Changes between Version 6 and Version 7 of ExtraPermissionsProvider


Ignore:
Timestamp:
Jan 18, 2017, 2:01:49 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Adapt to changes proposed in comment:4:ticket:11429.

Legend:

Unmodified
Added
Removed
Modified
  • ExtraPermissionsProvider

    v6 v7  
    66{{{#!ini
    77[extra-permissions]
    8 extra_admin = extra_view, extra_modify, extra_delete
     8EXTRA_ADMIN = EXTRA_VIEW, EXTRA_MODIFY, EXTRA_DELETE
    99}}}
    1010This entry will define three new permissions `EXTRA_VIEW`, `EXTRA_MODIFY` and `EXTRA_DELETE`, as well as a meta-permission `EXTRA_ADMIN` that grants all three permissions.
     
    1313{{{#!ini
    1414[extra-permissions]
    15 _perms = extra_view, extra_modify
     15_perms = EXTRA_VIEW, EXTRA_MODIFY
    1616}}}
    1717