Changes between Version 7 and Version 8 of S3/S3AAA/RecordApproval
- Timestamp:
- 09/21/12 10:22:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA/RecordApproval
v7 v8 29 29 == Configuration == 30 30 31 The Record Approval Framework can be turned '''on/off globally''' by a deployment setting:31 1) The Record Approval Framework can be turned '''on/off globally''' by a deployment setting: 32 32 33 33 {{{ … … 37 37 Default is False. 38 38 39 Whether record approval is requiredcan be configured '''per table''' like:39 2) Whether record approval is required for a table can be configured '''per table''' like: 40 40 41 41 {{{ … … 53 53 Record approval will then only be applied to those tables in the list. If you set this to {{{None}}}, it will fall back to the table-specific settings. 54 54 55 In addition to activating record approval for a table, you will also need to give user roles permission to review/approve/reject records in this table.55 3) In addition to activating record approval for a table, you will also need to give user roles permission to review/approve/reject records in this table. 56 56 57 57 These permissions are encoded as auth.permission.REVIEW (permission to access unapproved records) and auth.permission.APPROVE (permission to approve or reject unapproved records).