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 @@ ...@@ -37,6 +37,7 @@
gadget.form = form; gadget.form = form;
return form.render({ return form.render({
view: view, view: view,
editable: true,
jio_key: options.jio_key jio_key: options.jio_key
}); });
}) })
......
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>960.22864.49915.23022</string> </value> <value> <string>961.303.21710.19063</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1498658918.26</float> <float>1504186995.81</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -223,7 +223,6 @@ ...@@ -223,7 +223,6 @@
options: { options: {
jio_key: "support_request_module", jio_key: "support_request_module",
view: fast_create_url, view: fast_create_url,
editable: true,
page: 'support_request_fast_view_dialog' page: 'support_request_fast_view_dialog'
} }
}); });
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.41226.13997.15803</string> </value> <value> <string>961.50969.9466.33160</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1503603101.76</float> <float>1504187369.74</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