Changes between Version 40 and Version 41 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 17:52:57 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v40 v41  
    252252 * Add a special role 'Geographic' which can be added to {{{writer_id}}} (& maybe {{{reader_id}}} although less use case for this)
    253253  * 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
    255256=== Organisation restriction ===
    256257 * This could be all members of the Organisation or just the 'Focal Point'
    257258 * Add a special role 'Organisation' which can be added to {{{writer_id}}} (& maybe {{{reader_id}}} although less use case for this)
    258259  * 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
    259261
    260262=== Author restriction ===