Changes between Version 43 and Version 44 of BluePrintAuthorization
- Timestamp:
- 06/19/10 18:31:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v43 v44 243 243 roles.append(membership.group_id) 244 244 245 if 1 not in roles and myrolenot in roles:245 if 1 not in roles and deployment_settings.auth.roles["MyRole"] not in roles: 246 246 table.field.readable = False 247 247 }}}