Changes between Version 20 and Version 21 of BluePrintAuthorizationB


Ignore:
Timestamp:
06/20/10 15:49:58 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorizationB

    v20 v21  
    7272  - Table auth_table_permissions: tablename, method, role
    7373  - Table auth_record_permissions: tablename, method, record_id, role
     74  - a table/record without explicit permissions falls back to system default
     75
     76  - record restrictions override table permissions
     77  - table restrictions override record permissions
    7478
    7579{{{shn_permit(table, method, role, id=None)}}}
     
    8488  - returns always True for sysadmins (auth_group 1)
    8589
    86   - record restrictions override table permissions
    87   - table restrictions override record permissions
    8890
    8991=== Visibility of options ===