diff --git a/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml b/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml index 3ef2aed..ea0884d 100644 --- a/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml +++ b/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml @@ -3,7 +3,7 @@ i18n:domain="plone" workflow_id="one_state_workflow" title="Comment Single State Workflow" - description="- Essentially a workflow with no transitions, but has a Published state, so portlets and applications that expect that state will continue to work." + description="Essentially a workflow with no transitions, but has a Published state, so portlets and applications that expect that state will continue to work." state_variable="review_state" initial_state="published" i18n:attributes="title; description"> @@ -43,47 +43,46 @@ - Previous transition - transition/getId|nothing - The ID of the user who performed the previous transition - user/getId - Comment about the last transition - python:state_change.kwargs.get('comment', '') + Provides access to workflow history - state_change/getHistory @@ -91,13 +90,13 @@ Review portal content - When the previous transition was performed - state_change/getDateTime