Commit a0bc8ed1 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fix portal regexp

parent 1f31e932
......@@ -48,8 +48,8 @@ and handling data send&receive.
'gadget_html5_select.html'
],
erp5_module_regexp = /^[^\/]+_module$/,
erp5_portal_regexp = /^portal_[^\/]+/,
erp5_portal_document_regexp = /^portal_.*\/.+$/,
erp5_portal_regexp = /^portal_[^\/]+$/,
erp5_portal_document_regexp = /^portal_.+\/.+$/,
erp5_module_document_regexp = /^[^\/]+_module\/.+$/;
/*jslint regexp: false*/
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>986.32404.49746.11571</string> </value>
<value> <string>987.8562.40237.45909</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1602059037.84</float>
<float>1602064490.97</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