[ARVADOS-WORKBENCH2] updated: 1.2.0-322-gbe6e849

Git user git at public.curoverse.com
Fri Sep 7 09:59:37 EDT 2018


Summary of changes:
 src/store/processes/process-move-actions.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  be6e849823db42a51c85b40249b7e2fcec8b7de7 (commit)
      from  d048e918a6899aac404179690730d29ce26c606a (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 be6e849823db42a51c85b40249b7e2fcec8b7de7
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Fri Sep 7 15:59:27 2018 +0200

    deleted unnecessary spaces
    
    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 312b041..9efbd08 100644
--- a/src/store/processes/process-move-actions.ts
+++ b/src/store/processes/process-move-actions.ts
@@ -49,8 +49,7 @@ export const moveProcess = (resource: MoveToFormDialogData) =>
                 dispatch(stopSubmit(PROCESS_MOVE_FORM_NAME, { ownerUuid: 'A process with the same name already exists in the target project.' }));
             } else if (error === CommonResourceServiceError.MODIFYING_CONTAINER_REQUEST_FINAL_STATE) {
                 dispatch(stopSubmit(PROCESS_MOVE_FORM_NAME, { ownerUuid: 'You can move only draft processes.' }));
-            }
-            else {
+            } else {
                 dispatch(dialogActions.CLOSE_DIALOG({ id: PROCESS_MOVE_FORM_NAME }));
                 dispatch(snackbarActions.OPEN_SNACKBAR({ message: 'Could not move the process.', hideDuration: 2000 }));
             }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list