Commit 94c3c2cd authored by Jérome Perrin's avatar Jérome Perrin

Fix open order simulation interactions, when using "trigger once by...

Fix open order simulation interactions, when using "trigger once by transaction", it's better to call the script at end of transaction
parent f6ee5a82
......@@ -27,15 +27,15 @@
<item>
<key> <string>after_script_name</string> </key>
<value>
<list>
<string>InteractionWorkflow_updateSimulation</string>
</list>
<tuple/>
</value>
</item>
<item>
<key> <string>before_commit_script_name</string> </key>
<value>
<tuple/>
<list>
<string>InteractionWorkflow_updateSimulation</string>
</list>
</value>
</item>
<item>
......
......@@ -27,15 +27,15 @@
<item>
<key> <string>after_script_name</string> </key>
<value>
<list>
<string>InteractionWorkflow_updateSimulation</string>
</list>
<tuple/>
</value>
</item>
<item>
<key> <string>before_commit_script_name</string> </key>
<value>
<tuple/>
<list>
<string>InteractionWorkflow_updateSimulation</string>
</list>
</value>
</item>
<item>
......
110
\ No newline at end of file
111
\ 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