Changes between Version 4 and Version 5 of S3/S3AAA/OrgAuth


Ignore:
Timestamp:
08/26/11 10:18:29 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA/OrgAuth

    v4 v5  
    7171This can be overridden in the ACL itself to make the ACL apply for the records of ''all'' organisations/facilities:
    7272
     73Delegate READ permission on inv_inv_item record of ''all'' organisations to a user group:
     74
    7375{{{
    7476    update_acls(authenticated,
    75                 dict(t="inv_inv_item", uacl=acl.READ, organisation="all"),
     77                dict(t="inv_inv_item", uacl=acl.READ, organisation="all"))
    7678}}}
    7779