Commit 3964562b authored by Mukul's avatar Mukul Committed by Vincent Bechu

[erp5_officejs] Removes local data to enclosure mapping in dropbox.

parent 1264f9da
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
check_remote_modification: true, check_remote_modification: true,
check_remote_creation: true, check_remote_creation: true,
check_remote_deletion: true, check_remote_deletion: true,
parallel_operation_attachment_amount: 50,
parallel_operation_amount: 50,
signature_sub_storage: { signature_sub_storage: {
type: "query", type: "query",
sub_storage: { sub_storage: {
...@@ -47,21 +45,12 @@ ...@@ -47,21 +45,12 @@
} }
}, },
local_sub_storage: { local_sub_storage: {
type: "mapping", type: "query",
attachment: {
'data': {
get: {uri_template: 'enclosure'},
put: {uri_template: 'enclosure'}
}
},
sub_storage: { sub_storage: {
type: "query", type: "uuid",
sub_storage: { sub_storage: {
type: "uuid", type: "indexeddb",
sub_storage: { database: "officejs-dropbox"
type: "indexeddb",
database: "officejs-dropbox"
}
} }
} }
}, },
...@@ -126,4 +115,4 @@ ...@@ -126,4 +115,4 @@
return setDropboxConfiguration(this, options.access_token); return setDropboxConfiguration(this, options.access_token);
}); });
}(window, rJS, RSVP, console)); }(window, rJS, RSVP));
\ No newline at end of file \ No newline at end of file
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>cedric.le.ninivin</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>962.24388.24073.63863</string> </value> <value> <string>965.41982.41699.42325</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1506524848.14</float> <float>1519203768.55</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