[ARVADOS-WORKBENCH2] updated: 1.3.1-444-ga98cdda0

Git user git at public.curoverse.com
Fri Apr 26 10:12:53 UTC 2019


Summary of changes:
 src/store/trash/trash-actions.ts | 1 +
 1 file changed, 1 insertion(+)

       via  a98cdda09b8b1af818113840499e2901730e615d (commit)
      from  c401fa41f85e75f25814338f309df98f579a0627 (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 a98cdda09b8b1af818113840499e2901730e615d
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Fri Apr 26 12:12:44 2019 +0200

    refs #15077-after-deleting-the-project-from-the-tree-its-not-dissapearing-in-the-table
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/store/trash/trash-actions.ts b/src/store/trash/trash-actions.ts
index 693a0ece..b810b1e4 100644
--- a/src/store/trash/trash-actions.ts
+++ b/src/store/trash/trash-actions.ts
@@ -29,6 +29,7 @@ export const toggleProjectTrashed = (uuid: string, ownerUuid: string, isTrashed:
             } else {
                 dispatch(snackbarActions.OPEN_SNACKBAR({ message: "Moving to trash...", kind: SnackbarKind.INFO }));
                 await services.groupsService.trash(uuid);
+                dispatch(projectPanelActions.REQUEST_ITEMS());
                 dispatch<any>(loadSidePanelTreeProjects(ownerUuid));
                 dispatch(snackbarActions.OPEN_SNACKBAR({
                     message: "Added to trash",

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list