You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2006/02/22 07:08:16 UTC

svn commit: r379701 - /lenya/trunk/src/modules/cforms/config/cocoon-xconf/usecase-edit.xconf

Author: chestnut
Date: Tue Feb 21 22:08:15 2006
New Revision: 379701

URL: http://svn.apache.org/viewcvs?rev=379701&view=rev
Log:
trigger workflow for cforms edit

Modified:
    lenya/trunk/src/modules/cforms/config/cocoon-xconf/usecase-edit.xconf

Modified: lenya/trunk/src/modules/cforms/config/cocoon-xconf/usecase-edit.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/cforms/config/cocoon-xconf/usecase-edit.xconf?rev=379701&r1=379700&r2=379701&view=diff
==============================================================================
--- lenya/trunk/src/modules/cforms/config/cocoon-xconf/usecase-edit.xconf (original)
+++ lenya/trunk/src/modules/cforms/config/cocoon-xconf/usecase-edit.xconf Tue Feb 21 22:08:15 2006
@@ -15,6 +15,8 @@
       </binding>
       <outro>
         form.save(generic.doc);
+        var flowHelper = cocoon.getComponent("org.apache.lenya.cms.cocoon.flow.FlowHelper");
+        flowHelper.triggerWorkflow(cocoon, 'edit');
         saveDocument(generic.doc, generic.proxy.getParameter('sourceUri'));
       </outro>
     </view>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org