svn commit: r634427 - /lenya/sandbox/pubs/docu/config/workflow/workflow.xml
[email protected] Thu, 06 Mar 2008 21:42:10 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Thu Mar 6 13:41:50 2008
New Revision: 634427
URL: http://svn.apache.org/viewvc?rev=634427&view=rev
Log:
Allow to publish without submit in docu publication.
Modified:
lenya/sandbox/pubs/docu/config/workflow/workflow.xml
Modified: lenya/sandbox/pubs/docu/config/workflow/workflow.xml
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/config/workflow/workflow.xml?rev=634427&r1=634426&r2=634427&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/config/workflow/workflow.xml (original)
+++ lenya/sandbox/pubs/docu/config/workflow/workflow.xml Thu Mar 6 13:41:50 2008
@@ -39,6 +39,12 @@
<assign variable="is_live" value="true"/>
</transition>
+ <transition source="authoring" destination="live">
+ <event id="publish"/>
+ <condition class="org.apache.lenya.cms.workflow.RoleCondition">review</condition>
+ <assign variable="is_live" value="true"/>
+ </transition>
+
<transition source="review" destination="authoring">
<event id="reject"/>
<condition class="org.apache.lenya.cms.workflow.RoleCondition">review</condition>