Commit 6c606cf3 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: jump should not modify editable

parent dd74d2e5
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
gadget.updatePanel({ gadget.updatePanel({
display_workflow_list: true, display_workflow_list: true,
erp5_document: erp5_document, erp5_document: erp5_document,
editable: true,
jio_key: options.jio_key, jio_key: options.jio_key,
view: options.view, view: options.view,
jump_view: options.jump_view jump_view: options.jump_view
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>986.32404.49746.11571</string> </value> <value> <string>986.49473.64084.26026</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1600354981.16</float> <float>1600673459.3</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -130,7 +130,6 @@ ...@@ -130,7 +130,6 @@
form_options.form_definition = form_gadget.state.form_definition; form_options.form_definition = form_gadget.state.form_definition;
form_options.view = form_gadget.state.view; form_options.view = form_gadget.state.view;
form_options.jio_key = form_gadget.state.jio_key; form_options.jio_key = form_gadget.state.jio_key;
form_options.editable = true; // dialog is always editable
return erp5_form.render(form_options); return erp5_form.render(form_options);
}) })
.push(function () { .push(function () {
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>986.49476.10141.22340</string> </value> <value> <string>986.49475.3514.20753</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1600695820.08</float> <float>1600673529.21</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