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