Changes between Version 40 and Version 41 of BluePrintAuthorization
- Timestamp:
- 06/19/10 17:52:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v40 v41 252 252 * Add a special role 'Geographic' which can be added to {{{writer_id}}} (& maybe {{{reader_id}}} although less use case for this) 253 253 * Patch {{{shn_has_permission()}}} (& maybe {{{shn_accessible_query()}}}) to spot this special case &, if no other roles match, then do a lookup in another table (or deployment_settings dict) 254 * NB If doing this on a table, then need to esnure that this table is protected appropriately 254 * NB If doing this through a table, then need to ensure that this table is protected appropriately 255 255 256 === Organisation restriction === 256 257 * This could be all members of the Organisation or just the 'Focal Point' 257 258 * Add a special role 'Organisation' which can be added to {{{writer_id}}} (& maybe {{{reader_id}}} although less use case for this) 258 259 * Patch {{{shn_has_permission()}}} (& maybe {{{shn_accessible_query()}}}) to spot this special case &, if no other roles match, then do a lookup in another table (or deployment_settings dict) 260 * NB If doing this through a table (such as a person's organisation), then need to ensure that this table is protected appropriately 259 261 260 262 === Author restriction ===