diff --git a/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_complete_action.xml b/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_complete_action.xml index f291a9067fff121f1b16d0ab76b3c7301a424501..561c77c6ff72ca77405deaa7ef6ae9f2a8b443e2 100644 --- a/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_complete_action.xml +++ b/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_complete_action.xml @@ -23,7 +23,7 @@ </item> <item> <key> <string>after_script_name</string> </key> - <value> <string>complete</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> @@ -41,7 +41,7 @@ </item> <item> <key> <string>new_state_id</string> </key> - <value> <string></string> </value> + <value> <string>completed</string> </value> </item> <item> <key> <string>script_name</string> </key> diff --git a/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_receive_action.xml b/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_receive_action.xml index a04657d1fc8ff4c0f00784069c075fb92a495467..748ae60f69301461e3028f21bddf633464aa54ae 100644 --- a/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_receive_action.xml +++ b/bt5/erp5_egov/WorkflowTemplateItem/portal_workflow/egov_universal_workflow/transitions/automatic_receive_action.xml @@ -23,7 +23,7 @@ </item> <item> <key> <string>after_script_name</string> </key> - <value> <string>receive</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> @@ -41,7 +41,7 @@ </item> <item> <key> <string>new_state_id</string> </key> - <value> <string></string> </value> + <value> <string>receivable</string> </value> </item> <item> <key> <string>script_name</string> </key> diff --git a/bt5/erp5_egov/bt/change_log b/bt5/erp5_egov/bt/change_log index aa8aa8d5cc04ed130e51c5950d64c7f9b57a8599..41ca1dd97aabd42d9f5fd5fcfb0c2faf7cc604b5 100644 --- a/bt5/erp5_egov/bt/change_log +++ b/bt5/erp5_egov/bt/change_log @@ -1,3 +1,6 @@ +2010-07-07 mayoro +* change automatic transitions + 2010-07-07 mayoro * rename complet transition to complete (mistake) and approuve to approve * change permission on states diff --git a/bt5/erp5_egov/bt/revision b/bt5/erp5_egov/bt/revision index 0dde6d352b78f94c8f3ab0379493762b666a484a..0e46c908949357261c0db992634d12327ed6fd2a 100644 --- a/bt5/erp5_egov/bt/revision +++ b/bt5/erp5_egov/bt/revision @@ -1 +1 @@ -694 \ No newline at end of file +698 \ No newline at end of file