Changes between Version 4 and Version 5 of S3/S3AAA/OrgAuth
- Timestamp:
- 08/26/11 10:18:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA/OrgAuth
v4 v5 71 71 This can be overridden in the ACL itself to make the ACL apply for the records of ''all'' organisations/facilities: 72 72 73 Delegate READ permission on inv_inv_item record of ''all'' organisations to a user group: 74 73 75 {{{ 74 76 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")) 76 78 }}} 77 79