Changes between Version 96 and Version 97 of BluePrintAuthorization
- Timestamp:
- 07/04/10 16:30:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v96 v97 365 365 === Author restriction === 366 366 Only allow a user to update records which they created. 367 * Add a special role 'Creator' which can be added to {{{writer_id}}} (& maybe {{{reader_id}}} although less use case for this)367 * Add a special role 'Creator' which can be added to {{{writer_id}}} or {{auth_permission}}. 368 368 * Patch {{{shn_has_permission()}}} (& maybe {{{shn_accessible_query()}}}) to spot this special case &, if no other roles match, then do a check between {{{auth.user.id}}} & {{{table.created_by}}} 369 369