Changes between Version 46 and Version 47 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 18:33:03 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v46 v47  
    5151  * Option2: Set within {{{000_config.py}}}, along with module permissions? (see above example)
    5252   * Means less DAL calls
    53   * Option3: Have an onvalidation which auto-populates the reader_id/writer_id fields in records?
     53  * Option3: Have an onvalidation which auto-populates the {{{reader_id}}}/{{{writer_id}}} fields in records?
    5454   * Means that no additional auth check at table-level needed
    5555   * If done at validation time then it means that no extra DAL calls are done when creating resources (just extra field(s) within the 1 DAL call)