Changes between Version 20 and Version 21 of RowLevelPermissions


Ignore:
Timestamp:
Aug 6, 2006, 3:02:10 PM (18 years ago)
Author:
Chris Long
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RowLevelPermissions

    v20 v21  
    2929 * 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.
    3030 * 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 Row 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.
     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.
    3232
    3333=== Enabling Row Level Permissions ===
Back to Top