[Erp5-report] r22561 - in /erp5/trunk/bt5/erp5_trade: WorkflowTemplateItem/portal_workflow/...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 18 16:05:52 CEST 2008


Author: jerome
Date: Fri Jul 18 16:05:48 2008
New Revision: 22561

URL: http://svn.erp5.org?rev=22561&view=rev
Log:
If you want to make a security configuration where the person confirming the order cannot see the packing list, you'll need that the owner of the packing list is able to access the packing list in confirmed state, because an interaction workflow is accessing the packing list after it passed the confirm transition.

Modified:
    erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/states/confirmed.xml
    erp5/trunk/bt5/erp5_trade/bt/revision

Modified: erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/states/confirmed.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/states/confirmed.xml?rev=22561&r1=22560&r2=22561&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/states/confirmed.xml (original)
+++ erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/states/confirmed.xml Fri Jul 18 16:05:48 2008
@@ -87,6 +87,7 @@
                         <string>Associate</string>
                         <string>Auditor</string>
                         <string>Manager</string>
+                        <string>Owner</string>
                       </tuple>
                     </value>
                 </item>

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=22561&r1=22560&r2=22561&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Fri Jul 18 16:05:48 2008
@@ -1,1 +1,1 @@
-434
+435




More information about the Erp5-report mailing list