Changes between Version 10 and Version 11 of S3/S3AAA/RecordApproval


Ignore:
Timestamp:
05/15/14 09:06:32 (10 years ago)
Author:
MattS
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA/RecordApproval

    v10 v11  
    9292}}}
    9393
    94   '''NOTE:''' resource.reject() is much more radical about record deletion than delete() - it will try to bypass any RESTRICTs and rigirously delete any dependency of the rejected records so they can not leave any undesired legacy behind. However, that means that reject() must always be properly authorized and strictly limited to unapproved records in tables which require approval.
     94  '''NOTE:''' resource.reject() is much more radical about record deletion than delete() - it will try to bypass any RESTRICTs and rigorously delete any dependency of the rejected records so they can not leave any undesired legacy behind. However, that means that reject() must always be properly authorized and strictly limited to unapproved records in tables which require approval.
    9595
    9696S3CRUD implements the '''review''' method to review/approve/reject records in a resource: