[arvados-workbench2] updated: 2.6.0-16-g7d3e2f95
git repository hosting
git at public.arvados.org
Mon May 22 13:50:54 UTC 2023
Summary of changes:
src/store/collections/collection-partial-copy-actions.ts | 1 +
src/store/collections/collection-partial-move-actions.ts | 1 +
2 files changed, 2 insertions(+)
via 7d3e2f9561e8cebfa7c3d4fddd8d2c586aadccd8 (commit)
from 5b7e7988f1992e04e676c0c1e3e969ea2ef3b627 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7d3e2f9561e8cebfa7c3d4fddd8d2c586aadccd8
Author: Stephen Smith <stephen at curii.com>
Date: Mon May 22 09:50:30 2023 -0400
20031: Navigate to destination project when copying/moving files to separate collections
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/store/collections/collection-partial-copy-actions.ts b/src/store/collections/collection-partial-copy-actions.ts
index f57a0321..899f87c9 100644
--- a/src/store/collections/collection-partial-copy-actions.ts
+++ b/src/store/collections/collection-partial-copy-actions.ts
@@ -197,6 +197,7 @@ export const copyCollectionPartialToSeparateCollections = ({ name, projectUuid }
)
));
dispatch(updateResources(collections));
+ dispatch<any>(navigateTo(projectUuid));
dispatch(dialogActions.CLOSE_DIALOG({ id: COLLECTION_PARTIAL_COPY_TO_SEPARATE_COLLECTIONS }));
dispatch(snackbarActions.OPEN_SNACKBAR({
diff --git a/src/store/collections/collection-partial-move-actions.ts b/src/store/collections/collection-partial-move-actions.ts
index e4fc8186..206f8335 100644
--- a/src/store/collections/collection-partial-move-actions.ts
+++ b/src/store/collections/collection-partial-move-actions.ts
@@ -194,6 +194,7 @@ export const moveCollectionPartialToSeparateCollections = ({ name, projectUuid }
)
));
dispatch(updateResources(collections));
+ dispatch<any>(navigateTo(projectUuid));
dispatch(dialogActions.CLOSE_DIALOG({ id: COLLECTION_PARTIAL_MOVE_TO_SEPARATE_COLLECTIONS }));
dispatch(snackbarActions.OPEN_SNACKBAR({
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list