Changes between Version 33 and Version 34 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 17:17:36 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v33 v34  
    6161  * Full backward compatibility since they default to None
    6262 * 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
    6464   * 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)
    6565  * Preferred Option: Do the check alongside deleted as part of a big JOIN