Changes between Version 33 and Version 34 of BluePrintAuthorization
- Timestamp:
- 06/19/10 17:17:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v33 v34 61 61 * Full backward compatibility since they default to None 62 62 * For List views modify {{{shn_accessible_query()}}} (called from {{{shn_list()}}} & {{{shn_search()}}}) 63 * combine with the {{{deleted==True}}} check ?63 * combine with the {{{deleted==True}}} check 64 64 * makes it easier to then replace that check with an 'inactive' field which is a date instead of a boolean, so that records can be set to expire (as well as giving us easy access to know when a record was deleted) 65 65 * Preferred Option: Do the check alongside deleted as part of a big JOIN