From c25dd8d77441a23f95851e8eee65d386c7c79f8f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 10 May 2018 16:16:49 +0300 Subject: [PATCH] fix(operation) set moveFn to RESTful.mv on disconnect --- client/modules/operation/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/modules/operation/index.js b/client/modules/operation/index.js index 20cd77c0..4db35fc0 100644 --- a/client/modules/operation/index.js +++ b/client/modules/operation/index.js @@ -134,6 +134,7 @@ function OperationProto(operation, data) { packTarFn = RESTful.pack; deleteFn = RESTful.delete; copyFn = RESTful.cp; + moveFn = RESTful.mv; extractFn = RESTful.extract; }