projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
21448: sorter sorts Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
[arvados.git]
/
services
/
workbench2
/
src
/
store
/
collections
/
collection-partial-move-actions.ts
diff --git
a/services/workbench2/src/store/collections/collection-partial-move-actions.ts
b/services/workbench2/src/store/collections/collection-partial-move-actions.ts
index 92e209811d91b465496f3dbf0ab169c7dbe09fef..56f7302db127873f3350b0c92ffb43a6aef3e279 100644
(file)
--- a/
services/workbench2/src/store/collections/collection-partial-move-actions.ts
+++ b/
services/workbench2/src/store/collections/collection-partial-move-actions.ts
@@
-158,7
+158,7
@@
export const moveCollectionPartialToExistingCollection = (fileSelection: Collect
fileSelection.collection.portableDataHash,
fileSelection.selectedPaths,
{uuid: formData.destination.uuid},
- formData.destination.path || '/', false
+ formData.destination.
sub
path || '/', false
);
dispatch(updateResources([updatedCollection]));