Changes between Version 3 and Version 4 of S3/S3AAA/OrgAuth
- Timestamp:
- 08/26/11 10:17:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA/OrgAuth
v3 v4 46 46 # Delegate read permission for this organisation's inv_inv_item record to all authenticated users 47 47 update_acls(authenticated, 48 dict(t="inv_inv_item", uacl=acl.READ, organisation=org_record.owned_by_role) ,48 dict(t="inv_inv_item", uacl=acl.READ, organisation=org_record.owned_by_role)) 49 49 }}} 50 50 … … 62 62 # Delegate read permission for this organisation's inv_inv_item record to all authenticated users 63 63 update_acls(other_org.owned_by_role, 64 dict(t="inv_inv_item", uacl=acl.READ, organisation=this_org.owned_by_role) ,64 dict(t="inv_inv_item", uacl=acl.READ, organisation=this_org.owned_by_role)) 65 65 }}} 66 66