Commit fb627bc8 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Put schema in local_sub_storage in erp5_configurator

/reviewed-on !453
parent 17d19825
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
check_remote_deletion: true, check_remote_deletion: true,
signature_sub_storage: { signature_sub_storage: {
type: "query", type: "query",
schema: {"modification_date": {type: "string", format: "date-time"}},
sub_storage: { sub_storage: {
type: "uuid", type: "uuid",
sub_storage: { sub_storage: {
...@@ -57,6 +56,7 @@ ...@@ -57,6 +56,7 @@
}, },
local_sub_storage: { local_sub_storage: {
type: "query", type: "query",
schema: {"modification_date": {type: "string", format: "date-time"}},
sub_storage: { sub_storage: {
type: "uuid", type: "uuid",
sub_storage: { sub_storage: {
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>962.47401.51821.21947</string> </value> <value> <string>962.47403.18301.53196</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1507818916.7</float> <float>1508138388.36</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