Commit 8c33124e authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: update the form submission field if the update action is dropped

parent f2c6f0fb
...@@ -246,6 +246,7 @@ ...@@ -246,6 +246,7 @@
.push(function () { .push(function () {
// Set the dialog button // Set the dialog button
if (modification_dict.hasOwnProperty('has_update_action') || if (modification_dict.hasOwnProperty('has_update_action') ||
modification_dict.hasOwnProperty('has_action') ||
modification_dict.hasOwnProperty('update_action_title')) { modification_dict.hasOwnProperty('update_action_title')) {
return form_gadget.getTranslationList(['Update', 'Proceed', 'Cancel']) return form_gadget.getTranslationList(['Update', 'Proceed', 'Cancel'])
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>991.43808.38688.31368</string> </value> <value> <string>1002.20880.5807.31334</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1619563339.95</float> <float>1660662797.26</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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