Changes between Version 104 and Version 105 of BluePrintAuthorization


Ignore:
Timestamp:
09/12/10 17:42:20 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v104 v105  
    346346 * In model (for access by all controllers, such as sync):
    347347{{{
    348 if 1 not in roles and deployment_settings.auth.roles["MyRole"] not in roles:
     348if not shn_has_role("MyRole"):
    349349    table.field1.readable = False
    350350    table.field2.writable = False