Commit 78a0b9f9 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

thibaut

improve workflow egov_form_validation_workflow. we should check the constraint before to see if  the organisation exists or not.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f32edc2
......@@ -51,7 +51,7 @@
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string>checkConsistency</string> </value>
<value> <string>verifyOrganisationExists</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -51,7 +51,7 @@
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string>verifyOrganisationExists</string> </value>
<value> <string>checkConsistency</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
904
\ No newline at end of file
905
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment