Changes between Version 10 and Version 11 of S3/S3AAA/RecordApproval
- Timestamp:
- 05/15/14 09:06:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA/RecordApproval
v10 v11 92 92 }}} 93 93 94 '''NOTE:''' resource.reject() is much more radical about record deletion than delete() - it will try to bypass any RESTRICTs and rig irously 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. 95 95 96 96 S3CRUD implements the '''review''' method to review/approve/reject records in a resource: