Changes between Version 104 and Version 105 of BluePrintAuthorization
- Timestamp:
- 09/12/10 17:42:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v104 v105 346 346 * In model (for access by all controllers, such as sync): 347 347 {{{ 348 if 1 not in roles and deployment_settings.auth.roles["MyRole"] not in roles:348 if not shn_has_role("MyRole"): 349 349 table.field1.readable = False 350 350 table.field2.writable = False