Commit 999076b9 authored by Xiaowu Zhang's avatar Xiaowu Zhang Committed by Romain Courteaud

[erp5_web_renderjs_ui] Display tool sub documents actions in panel

parent 920b12d3
......@@ -230,7 +230,7 @@ and handling data send&receive.
.push(function () {
var jio_key = gadget.state.options.jio_key;
/*jslint regexp: true*/
if (/^[^\/]+_module\/.+$/.test(jio_key)) {
if ((/^[^\/]+_module\/.+$/.test(jio_key)) || (/^portal_.*\/.+$/.test(jio_key))) {
/*jslint regexp: false*/
return gadget.updatePanel({
erp5_document: erp5_document,
......
......@@ -230,7 +230,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>967.46234.55453.11827</string> </value>
<value> <string>966.9690.7007.38997</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -248,8 +248,8 @@
</tuple>
<state>
<tuple>
<float>1527598665.68</float>
<string>UTC</string>
<float>1520945628.31</float>
<string>GMT+1</string>
</tuple>
</state>
</object>
......
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