[arvados] updated: 2.7.0-6092-g35b87ad5b9

git repository hosting git at public.arvados.org
Tue Mar 19 17:57:12 UTC 2024


Summary of changes:
 services/workbench2/src/store/collections/collection-update-actions.ts | 2 ++
 1 file changed, 2 insertions(+)

       via  35b87ad5b912892586cab02d309b2bdb1b0acff9 (commit)
      from  ffbd16ffadb228c7eca488a65082344e78a9dc78 (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 35b87ad5b912892586cab02d309b2bdb1b0acff9
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue Mar 19 13:57:04 2024 -0400

    21357: added loadsidepaneltree to updatecollection Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/store/collections/collection-update-actions.ts b/services/workbench2/src/store/collections/collection-update-actions.ts
index d955c9478d..f6e52a4f80 100644
--- a/services/workbench2/src/store/collections/collection-update-actions.ts
+++ b/services/workbench2/src/store/collections/collection-update-actions.ts
@@ -22,6 +22,7 @@ import { updateResources } from "../resources/resources-actions";
 import { loadDetailsPanel } from "../details-panel/details-panel-action";
 import { getResource } from "store/resources/resources";
 import { CollectionProperties } from "./collection-create-actions";
+import { loadSidePanelTreeProjects, SidePanelTreeCategory } from "store/side-panel-tree/side-panel-tree-actions";
 
 export interface CollectionUpdateFormDialogData {
     uuid: string;
@@ -65,6 +66,7 @@ export const updateCollection = (collection: CollectionUpdateFormDialogData) =>
             }));
             dispatch<any>(updateResources([updatedCollection]));
             dispatch<any>(loadDetailsPanel(updatedCollection.uuid));
+            dispatch<any>(loadSidePanelTreeProjects(SidePanelTreeCategory.FAVORITES))
         }).catch (e => {
             dispatch(progressIndicatorActions.STOP_WORKING(COLLECTION_UPDATE_FORM_NAME));
             const error = getCommonResourceServiceError(e);

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list