Commit dd3663ed authored by Łukasz Nowak's avatar Łukasz Nowak

Fix workflow modification.

It is required to visit every workflow object and click save after
manipulation of states.
parent d79717fc
......@@ -24,7 +24,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>Person_processLock</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -42,7 +42,7 @@
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string></string> </value>
<value> <string>locked</string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
......
......@@ -24,7 +24,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>Person_processUnlock</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -42,7 +42,7 @@
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string></string> </value>
<value> <string>draft</string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
......
519
\ No newline at end of file
520
\ 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