Commit df48a1b4 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs_appstore_base] Only check document inside the module

parent 21a59579
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
child_gadget_url: 'gadget_erp5_page_form.html', child_gadget_url: 'gadget_erp5_page_form.html',
options: options, options: options,
is_software_product: is_software_product:
options.jio_key.indexOf('software_product_module/') !== -1 options.jio_key.indexOf('software_product_module/') === 0
}); });
}) })
.onStateChange(function (modification_dict) { .onStateChange(function (modification_dict) {
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>970.20979.24542.29201</string> </value> <value> <string>973.18817.2075.59613</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>1537777337.4</float> <float>1548867110.85</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