Changes between Version 20 and Version 21 of RowLevelPermissions
- Timestamp:
- Aug 6, 2006, 3:02:10 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RowLevelPermissions
v20 v21 29 29 * Row level permissions use the permissions table to determine an objects possible permissions, you need to create permissions in the permissions table before using them in row level permissions. 30 30 * Row level permissions can be negative, this is determined by an attribute called "negative". 31 * The order of checking permissions will work in the following order: User Row Level Permission -> User Model Level Permission -> Group RowLevel Permission -> Group Model Level Permission. The checking will stop either at the first positive or negative, and if no permission is found will return a negative.31 * The order of checking permissions will work in the following order: User Row Level Permission -> Group Row Level Permission -> User Model Level Permission -> Group Model Level Permission. The checking will stop either at the first positive or negative, and if no permission is found will return a negative. 32 32 33 33 === Enabling Row Level Permissions ===