diff --git a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkAccountIsOverdraftFacility.xml b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkAccountIsOverdraftFacility.xml index a5d1d713d1b31f7693a7e22c90831c33ee500bdb..791ccd3bda260768202c52d6aec694469c4bf6ee 100644 --- a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkAccountIsOverdraftFacility.xml +++ b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkAccountIsOverdraftFacility.xml @@ -97,7 +97,7 @@ if not account.isOverdraftFacility():\n </item> <item> <key> <string>_params</string> </key> - <value> <string></string> </value> + <value> <string>state_change</string> </value> </item> <item> <key> <string>errors</string> </key> @@ -117,18 +117,18 @@ if not account.isOverdraftFacility():\n <dictionary> <item> <key> <string>co_argcount</string> </key> - <value> <int>0</int> </value> + <value> <int>1</int> </value> </item> <item> <key> <string>co_varnames</string> </key> <value> <tuple> + <string>state_change</string> <string>Products.DCWorkflow.DCWorkflow</string> <string>ValidationFailed</string> <string>Products.ERP5Type.Message</string> <string>Message</string> <string>_getitem_</string> - <string>state_change</string> <string>txn</string> <string>_getattr_</string> <string>account</string> diff --git a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/draft.xml b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/draft.xml index 17abc6cdb3765c808a6fdc44a2a458d27368bafe..e9d310615c602e3e4d8645b388d5b31e12df235f 100644 --- a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/draft.xml +++ b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/draft.xml @@ -66,24 +66,24 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> + <global name="PersistentMapping" module="Persistence.mapping"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> - <key> <string>_container</string> </key> + <key> <string>data</string> </key> <value> <dictionary> <item> <key> <string>Access contents information</string> </key> <value> <tuple> + <string>Assignee</string> <string>Assignor</string> + <string>DestinationAssignee</string> + <string>DestinationAssignor</string> <string>Manager</string> <string>Owner</string> </tuple> @@ -113,7 +113,10 @@ <key> <string>View</string> </key> <value> <tuple> + <string>Assignee</string> <string>Assignor</string> + <string>DestinationAssignee</string> + <string>DestinationAssignor</string> <string>Manager</string> <string>Owner</string> </tuple> diff --git a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/waiting.xml b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/waiting.xml index 206885ab8cc7d9af0ab0004148e295d67913bfd6..7c682540c45581249a76f1e49f94de25f9c823fc 100644 --- a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/waiting.xml +++ b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/states/waiting.xml @@ -37,7 +37,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> <string>In Manual Validation</string> </value> </item> <item> <key> <string>transitions</string> </key> diff --git a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/transitions/wait_action.xml b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/transitions/wait_action.xml index 72553548b3c2e8574e0ef764be81abfbf59cca43..060093363e4c588207537d99cde2aa79bf67e4f0 100644 --- a/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/transitions/wait_action.xml +++ b/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/transitions/wait_action.xml @@ -35,7 +35,7 @@ </item> <item> <key> <string>after_script_name</string> </key> - <value> <string></string> </value> + <value> <string>wait</string> </value> </item> <item> <key> <string>description</string> </key> diff --git a/bt5/erp5_banking_check/bt/revision b/bt5/erp5_banking_check/bt/revision index 4acc65d01203475b5fbfa75a08718733074050ca..02225a563f9711d2f3a52d071d1249ed9f2dea93 100644 --- a/bt5/erp5_banking_check/bt/revision +++ b/bt5/erp5_banking_check/bt/revision @@ -1 +1 @@ -266 \ No newline at end of file +268 \ No newline at end of file