Changes between Version 6 and Version 7 of S3/S3AAA/RecordApproval
- Timestamp:
- 09/21/12 10:20:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA/RecordApproval
v6 v7 66 66 }}} 67 67 68 ''Note:'' that users can have review permission (=permission to ''see'' unapproved records) without need to also have approve/reject permission.68 '''Note:''' that users can have review permission (=permission to ''see'' unapproved records) without need to also have approve/reject permission. 69 69 70 ''Note:'' REVIEW permission alone doesn't give any access to unapproved records: it merely extends the READ/UPDATE permissions so they also apply for unapproved records. That means, if the user besides REVIEW has only READ permission in this table, then they can ''read'' unapproved records but not update them. To do that, they would need REVIEW+UPDATE permission.70 '''Note:''' REVIEW permission alone doesn't give any access to unapproved records: it merely extends the READ/UPDATE permissions so they also apply for unapproved records. That means, if the user besides REVIEW has only READ permission in this table, then they can ''read'' unapproved records but not update them. To do that, they would need REVIEW+UPDATE permission. 71 71 72 72 The permission to review/approve/reject records of this role is realm-limited (see [wiki:S3AAA/OrgAuth] for more details). 73 73 74 ''Note:'' users can always only see approved records, unless they have review permissions and use the "review" method. For custom layouts, it is possible to implement custom views which include both groups of records by using the S3Resource API directly.74 '''Note:''' users can always only see approved records, unless they have review permissions and use the "review" method. For custom layouts, it is possible to implement custom views which include both groups of records by using the S3Resource API directly. 75 75 == Methods to Approve or Reject Records == 76 76