[arvados-workbench2] updated: 2.6.0-102-g3def82c4
git repository hosting
git at public.arvados.org
Sun Sep 17 21:12:24 UTC 2023
Summary of changes:
src/store/workbench/workbench-actions.ts | 1 +
1 file changed, 1 insertion(+)
via 3def82c401e28a430b222bee86ede13158165976 (commit)
from c1b5417d1036da83283b7c84ff7cae5c553ada27 (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 3def82c401e28a430b222bee86ede13158165976
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Sun Sep 17 17:12:21 2023 -0400
15768: get_items on single collection copy Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts
index 95db8c4f..4e27226d 100644
--- a/src/store/workbench/workbench-actions.ts
+++ b/src/store/workbench/workbench-actions.ts
@@ -472,6 +472,7 @@ export const copyCollection = (data: CopyFormDialogData) => async (dispatch: Dis
);
}
}
+ dispatch(projectPanelActions.REQUEST_ITEMS());
};
export const moveCollection =
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list