Commit 14c16f9d authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Add safereapair in erp5 storage configuration

Prevent syncro fail on frozen document
Ignore Remove attachment or document for erp5
parent b3e8000c
...@@ -66,6 +66,8 @@ ...@@ -66,6 +66,8 @@
} }
}, },
remote_sub_storage: { remote_sub_storage: {
type: "saferepair",
sub_storage: {
type: "mapping", type: "mapping",
attachment_list: ["data"], attachment_list: ["data"],
attachment: { attachment: {
...@@ -89,6 +91,7 @@ ...@@ -89,6 +91,7 @@
default_view_reference: result[2] default_view_reference: result[2]
} }
} }
}
}; };
return gadget.setSetting('jio_storage_description', configuration); return gadget.setSetting('jio_storage_description', configuration);
}) })
......
...@@ -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.47399.35230.56951</string> </value> <value> <string>962.47401.51821.21947</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>1507818827.39</float> <float>1507818916.7</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