Changes between Version 7 and Version 8 of S3/S3AAA/RecordApproval


Ignore:
Timestamp:
09/21/12 10:22:00 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA/RecordApproval

    v7 v8  
    2929== Configuration ==
    3030
    31 The Record Approval  Framework can be turned '''on/off globally''' by a deployment setting:
     311) The Record Approval  Framework can be turned '''on/off globally''' by a deployment setting:
    3232
    3333{{{
     
    3737Default is False.
    3838
    39 Whether record approval is required can be configured '''per table''' like:
     392) Whether record approval is required for a table can be configured '''per table''' like:
    4040
    4141{{{
     
    5353Record 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.
    5454
    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.
     553) 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.
    5656
    5757These permissions are encoded as auth.permission.REVIEW (permission to access unapproved records) and auth.permission.APPROVE (permission to approve or reject unapproved records).