Commit cd421fa6 authored by Roque's avatar Roque

erp5_officejs: fix filter button and missing element in appcache manifest

parent 79cfaf4f
......@@ -136,7 +136,8 @@
return this.getDeclaredGadget('fg')
.push(function (gadget) {
if (gadget.state.save_action !== true) {
return;// If not action is defined on form, do nothing
//rely on child gadget to submit (filter, panels, etc.)
return gadget.triggerSubmit(argument_list);
}
var action = gadget.state.erp5_document._embedded._view._actions.put;
return gadget.getDeclaredGadget("erp5_form")
......
......@@ -206,6 +206,7 @@ gadget_erp5_configure_editor.js\n
gadget_officejs_setting.js\n
gadget_officejs_setting.html\n
\n
gadget_officejs_text_editor.json\n
officejs_logo_text_editor.png\n
gadget_officejs_text_editor_router.html\n
\n
......@@ -751,7 +752,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>977.38907.49328.4659</string> </value>
<value> <string>977.39303.14645.10308</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -769,7 +770,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1565169141.75</float>
<float>1565194766.69</float>
<string>UTC</string>
</tuple>
</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