Commit fa62ab67 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Use "OR" rather then comma

parent 8543b70d
...@@ -198,8 +198,8 @@ ...@@ -198,8 +198,8 @@
"lines": 20, "lines": 20,
"list_method": "portal_catalog", "list_method": "portal_catalog",
"query": "urn:jio:allDocs?query=%28portal_type%3A%28%22" + "query": "urn:jio:allDocs?query=%28portal_type%3A%28%22" +
"ERP5 Login" + "%22%2C%20%22" + "ERP5 Login" + "%22%20OR%20%22" +
"Google Login" + "%22%2C%20%22" + "Google Login" + "%22%20OR%20%22" +
"Facebook Login" + "%22%29%20AND%20" + "Facebook Login" + "%22%29%20AND%20" +
"validation_state%3Avalidated%29", "validation_state%3Avalidated%29",
"portal_type": [], "portal_type": [],
......
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>986.49605.7054.36232</string> </value> <value> <string>987.49476.87.8891</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1602013551.98</float> <float>1621547040.59</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