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 ...@@ -66,7 +66,7 @@ for listbox_key in listbox:\n
line.updateConfiguration(**value.as_dict())\n line.updateConfiguration(**value.as_dict())\n
else:\n else:\n
line.setProperty(property, value)\n line.setProperty(property, value)\n
\n request.set(\'your_dialog_updated\', \'1\')\n
return context.Delivery_viewSolveDivergenceDialog(listbox=listbox)\n return context.Delivery_viewSolveDivergenceDialog(listbox=listbox)\n
</string> </value> </string> </value>
</item> </item>
......
...@@ -82,7 +82,9 @@ ...@@ -82,7 +82,9 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list/> <list>
<string>your_dialog_updated</string>
</list>
</value> </value>
</item> </item>
<item> <item>
......
164 165
\ No newline at end of file \ 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