[ARVADOS-WORKBENCH2] updated: 1.2.0-323-g334e1b6

Git user git at public.curoverse.com
Mon Sep 10 02:38:07 EDT 2018


Summary of changes:
 src/store/processes/process-move-actions.ts | 1 -
 1 file changed, 1 deletion(-)

       via  334e1b6d80efedc6e1671ead3bb85d3c8bed2bb1 (commit)
      from  be6e849823db42a51c85b40249b7e2fcec8b7de7 (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 334e1b6d80efedc6e1671ead3bb85d3c8bed2bb1
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Mon Sep 10 08:37:53 2018 +0200

    cr change
    
    Feature #14096
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/store/processes/process-move-actions.ts b/src/store/processes/process-move-actions.ts
index 9efbd08..6df8269 100644
--- a/src/store/processes/process-move-actions.ts
+++ b/src/store/processes/process-move-actions.ts
@@ -41,7 +41,6 @@ export const moveProcess = (resource: MoveToFormDialogData) =>
             await services.containerRequestService.update(resource.uuid, { ...process, ownerUuid: resource.ownerUuid });
             dispatch(projectPanelActions.REQUEST_ITEMS());
             dispatch(dialogActions.CLOSE_DIALOG({ id: PROCESS_MOVE_FORM_NAME }));
-            dispatch(snackbarActions.OPEN_SNACKBAR({ message: 'Process has been moved', hideDuration: 2000 }));
             return process;
         } catch (e) {
             const error = getCommonResourceServiceError(e);

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list