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; }