Commit 34dbf147 authored by Tristan Cavelier's avatar Tristan Cavelier

davstorage add digest to getAttachment answer

parent 5fe7093f
......@@ -522,7 +522,9 @@
return this._put(o.remote_metadata);
}.bind(this),
success: function (e) {
command.success(e.target.status);
command.success(e.target.status, {
"digest": o.remote_metadata._attachments[param._attachment].digest
});
},
reject: function (e) {
command.reject(
......
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