Page History
...
Attribute Name | Type | Event | Notes |
---|---|---|---|
approvalassignees | List of Username | all events | A comma-separated list of users who have been assigned to the content review |
assignee | Username | all events except approval events* | The username for the user that was assigned or unassigned in the related event |
| List of Username | all events | A comma-separated list of users who Approved the content review |
rejector or rejectors | List of Username | all events | A comma-separated list of users who Rejected the content review |
pendingusers | List of Username | all events | A comma-separated list of users who are assigned to the content review, but haven't yet Approved or Rejected it |
approvalcomment | Text | all events | The note associated with the most recent Approval of the content review |
* The assignee The @Approval Name>assignee@ attribute reference is not supported for approval events
- pageapprovalassigned
- newsapprovalassigned
approvalunassigned
Triggers using these events will need to reference the named approval e.g. {trigger:pageapprovalassigned|approval=Review}
and the action macro will need to use the @assignee@
value reference and use the @approvalassignees@
event reference in the action macro if the assigned reviewer is required for the action e.g. when adding, removing, or setting page restrictions for the assignee.
Code Block | ||
---|---|---|
| ||
{trigger:pageapprovalassigned|approval=Review}
{remove-restriction:type=edit|user=@approvalassignees@}
{trigger}
|
See also
...