Changes between Version 43 and Version 44 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 18:31:20 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v43 v44  
    243243    roles.append(membership.group_id)
    244244
    245 if 1 not in roles and myrole not in roles:
     245if 1 not in roles and deployment_settings.auth.roles["MyRole"] not in roles:
    246246    table.field.readable = False
    247247}}}