diff --git a/plone/app/discussion/profiles/default/workflows/comment_review_workflow/definition.xml b/plone/app/discussion/profiles/default/workflows/comment_review_workflow/definition.xml index a118277..cbd0354 100644 --- a/plone/app/discussion/profiles/default/workflows/comment_review_workflow/definition.xml +++ b/plone/app/discussion/profiles/default/workflows/comment_review_workflow/definition.xml @@ -3,7 +3,7 @@ i18n:domain="plone" workflow_id="comment_review_workflow" title="Comment Review Workflow" - description="A simple workflow for comments" + description="A simple review workflow for comments" state_variable="review_state" initial_state="pending" i18n:attributes="title; description"> @@ -70,47 +70,46 @@ - Previous transition - transition/getId|nothing - The ID of the user who performed the previous transition - user/getUserName - Comment about the last transition - python:state_change.kwargs.get('comment', '') + Provides access to workflow history - state_change/getHistory @@ -118,13 +117,13 @@ Review portal content - When the previous transition was performed - state_change/getDateTime