Commit 50048167 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a hidden field in Delivery_viewSolveDivergenceDialog so that user are...

add a hidden field in Delivery_viewSolveDivergenceDialog so that user are forced to update the dialog first.
parent a8121f69
......@@ -66,7 +66,7 @@ for listbox_key in listbox:\n
line.updateConfiguration(**value.as_dict())\n
else:\n
line.setProperty(property, value)\n
\n
request.set(\'your_dialog_updated\', \'1\')\n
return context.Delivery_viewSolveDivergenceDialog(listbox=listbox)\n
</string> </value>
</item>
......
......@@ -82,7 +82,9 @@
<item>
<key> <string>center</string> </key>
<value>
<list/>
<list>
<string>your_dialog_updated</string>
</list>
</value>
</item>
<item>
......
164
\ No newline at end of file
165
\ 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