Changes between Version 3 and Version 4 of BluePrintAuthorizationB
- Timestamp:
- 06/20/10 14:25:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorizationB
v3 v4 62 62 - '''shn_restrict(table, method, role, id=None)''' replaces the list of permitted roles for method on table/record with [role] 63 63 - table/record access permission is tested by: 64 - '''shn_ has_permission(table, method, id=None)''', which returns True/False refering to the current user64 - '''shn_permitted(table, method, id=None)''', which returns True/False refering to the current user 65 65 66 66 - record restrictions override table permissions