Commit e1c1fda0 authored by Boxiang Sun's avatar Boxiang Sun Committed by Tristan Cavelier

erp5_officejs_support_request_ui: Let the fast view dialog become editable.

In the previous version, I pass the `editable` parameter on the homepage. This is not work anymore due to other people's changes(possibly due to 6a893b8d and/or 19028f05). After read his code, I move the `editable` to the `gadget_supportrequest_fast_view_dialog_js` page.
parent 79119142
......@@ -37,6 +37,7 @@
gadget.form = form;
return form.render({
view: view,
editable: true,
jio_key: options.jio_key
});
})
......
......@@ -238,7 +238,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>960.22864.49915.23022</string> </value>
<value> <string>961.303.21710.19063</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -256,7 +256,7 @@
</tuple>
<state>
<tuple>
<float>1498658918.26</float>
<float>1504186995.81</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -223,7 +223,6 @@
options: {
jio_key: "support_request_module",
view: fast_create_url,
editable: true,
page: 'support_request_fast_view_dialog'
}
});
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>961.41226.13997.15803</string> </value>
<value> <string>961.50969.9466.33160</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1503603101.76</float>
<float>1504187369.74</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