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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA/OrgAuth

    v3 v4  
    4646    # Delegate read permission for this organisation's inv_inv_item record to all authenticated users
    4747    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))
    4949}}}
    5050
     
    6262    # Delegate read permission for this organisation's inv_inv_item record to all authenticated users
    6363    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))
    6565}}}
    6666