Clean up whitespace, change workflow description.

svn path=/plone.app.discussion/trunk/; revision=40191
This commit is contained in:
Timo Stollenwerk 2010-09-24 03:11:39 +00:00
parent d77ca9d583
commit 41c9d030d8
1 changed files with 9 additions and 10 deletions

View File

@ -3,7 +3,7 @@
i18n:domain="plone" i18n:domain="plone"
workflow_id="comment_review_workflow" workflow_id="comment_review_workflow"
title="Comment Review Workflow" title="Comment Review Workflow"
description="A simple workflow for comments" description="A simple review workflow for comments"
state_variable="review_state" state_variable="review_state"
initial_state="pending" initial_state="pending"
i18n:attributes="title; description"> i18n:attributes="title; description">
@ -70,47 +70,46 @@
</guard> </guard>
</transition> </transition>
<variable variable_id="action" for_catalog="False" <variable variable_id="action" for_catalog="False"
for_status="True" update_always="True"> for_status="True" update_always="True">
<description i18n:translate="">Previous transition</description> <description i18n:translate="">Previous transition</description>
<default> <default>
<expression>transition/getId|nothing</expression> <expression>transition/getId|nothing</expression>
</default> </default>
<guard> <guard>
</guard> </guard>
</variable> </variable>
<variable variable_id="actor" for_catalog="False"
<variable variable_id="actor" for_catalog="False"
for_status="True" update_always="True"> for_status="True" update_always="True">
<description i18n:translate=""> <description i18n:translate="">
The ID of the user who performed the previous transition The ID of the user who performed the previous transition
</description> </description>
<default> <default>
<expression>user/getUserName</expression> <expression>user/getUserName</expression>
</default> </default>
<guard> <guard>
</guard> </guard>
</variable> </variable>
<variable variable_id="comments" for_catalog="False"
<variable variable_id="comments" for_catalog="False"
for_status="True" update_always="True"> for_status="True" update_always="True">
<description i18n:translate=""> <description i18n:translate="">
Comment about the last transition Comment about the last transition
</description> </description>
<default> <default>
<expression>python:state_change.kwargs.get('comment', '')</expression> <expression>python:state_change.kwargs.get('comment', '')</expression>
</default> </default>
<guard> <guard>
</guard> </guard>
</variable> </variable>
<variable variable_id="review_history" for_catalog="False" <variable variable_id="review_history" for_catalog="False"
for_status="False" update_always="False"> for_status="False" update_always="False">
<description i18n:translate=""> <description i18n:translate="">
Provides access to workflow history Provides access to workflow history
</description> </description>
<default> <default>
<expression>state_change/getHistory</expression> <expression>state_change/getHistory</expression>
</default> </default>
<guard> <guard>
@ -118,13 +117,13 @@
<guard-permission>Review portal content</guard-permission> <guard-permission>Review portal content</guard-permission>
</guard> </guard>
</variable> </variable>
<variable variable_id="time" for_catalog="False"
<variable variable_id="time" for_catalog="False"
for_status="True" update_always="True"> for_status="True" update_always="True">
<description i18n:translate=""> <description i18n:translate="">
When the previous transition was performed When the previous transition was performed
</description> </description>
<default> <default>
<expression>state_change/getDateTime</expression> <expression>state_change/getDateTime</expression>
</default> </default>
<guard> <guard>