Commit 5e6b5ffb authored by Romain Courteaud's avatar Romain Courteaud

[erp5_core/erp5_web_renderjs_ui] Update jio 3.38.1

erp5 jio gadget: follow jio 3.38.1 changes
parent 2e3f7a8a
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
parsed_query.query_list.splice(i, 1); parsed_query.query_list.splice(i, 1);
query = jIO.Query.objectToSearchText(parsed_query); query = jIO.Query.objectToSearchText(parsed_query);
local_role_found = true; local_role_found = true;
sub_query = parsed_query.query_list[i];
} else { } else {
result_list = isMultipleLocalRoles(sub_query); result_list = isMultipleLocalRoles(sub_query);
if (result_list) { if (result_list) {
...@@ -178,6 +179,7 @@ ...@@ -178,6 +179,7 @@
parsed_query.query_list.splice(i, 1); parsed_query.query_list.splice(i, 1);
query = jIO.Query.objectToSearchText(parsed_query); query = jIO.Query.objectToSearchText(parsed_query);
local_role_found = true; local_role_found = true;
sub_query = parsed_query.query_list[i];
} }
} }
} }
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>975.47602.22498.45585</string> </value> <value> <string>975.54791.11861.34235</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1557912564.52</float> <float>1562768861.12</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -13834,6 +13834,7 @@ return new Parser; ...@@ -13834,6 +13834,7 @@ return new Parser;
parsed_query.query_list.splice(i, 1); parsed_query.query_list.splice(i, 1);
query = jIO.Query.objectToSearchText(parsed_query); query = jIO.Query.objectToSearchText(parsed_query);
local_role_found = true; local_role_found = true;
sub_query = parsed_query.query_list[i];
} else { } else {
result_list = isMultipleLocalRoles(sub_query); result_list = isMultipleLocalRoles(sub_query);
if (result_list) { if (result_list) {
...@@ -13841,6 +13842,7 @@ return new Parser; ...@@ -13841,6 +13842,7 @@ return new Parser;
parsed_query.query_list.splice(i, 1); parsed_query.query_list.splice(i, 1);
query = jIO.Query.objectToSearchText(parsed_query); query = jIO.Query.objectToSearchText(parsed_query);
local_role_found = true; local_role_found = true;
sub_query = parsed_query.query_list[i];
} }
} }
} }
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>976.45837.16266.40243</string> </value> <value> <string>976.64445.43971.20480</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>1561969491.3</float> <float>1562768744.52</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -13834,6 +13834,7 @@ return new Parser; ...@@ -13834,6 +13834,7 @@ return new Parser;
parsed_query.query_list.splice(i, 1); parsed_query.query_list.splice(i, 1);
query = jIO.Query.objectToSearchText(parsed_query); query = jIO.Query.objectToSearchText(parsed_query);
local_role_found = true; local_role_found = true;
sub_query = parsed_query.query_list[i];
} else { } else {
result_list = isMultipleLocalRoles(sub_query); result_list = isMultipleLocalRoles(sub_query);
if (result_list) { if (result_list) {
...@@ -13841,6 +13842,7 @@ return new Parser; ...@@ -13841,6 +13842,7 @@ return new Parser;
parsed_query.query_list.splice(i, 1); parsed_query.query_list.splice(i, 1);
query = jIO.Query.objectToSearchText(parsed_query); query = jIO.Query.objectToSearchText(parsed_query);
local_role_found = true; local_role_found = true;
sub_query = parsed_query.query_list[i];
} }
} }
} }
......
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