[ARVADOS-WORKBENCH2] updated: 1.3.0-123-g1fdf5a6c
Git user
git at public.curoverse.com
Mon Dec 17 04:02:52 EST 2018
Summary of changes:
src/views-components/context-menu/action-sets/process-action-set.ts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 1fdf5a6ca607c340e1eb737c4664a5ac7a427d7b (commit)
from 445787c80c5abc9949133f45c3d9540b426fc046 (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 1fdf5a6ca607c340e1eb737c4664a5ac7a427d7b
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Mon Dec 17 10:02:39 2018 +0100
cr change
Feature #14614
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/views-components/context-menu/action-sets/process-action-set.ts b/src/views-components/context-menu/action-sets/process-action-set.ts
index 1a2e49d7..05242fbc 100644
--- a/src/views-components/context-menu/action-sets/process-action-set.ts
+++ b/src/views-components/context-menu/action-sets/process-action-set.ts
@@ -77,7 +77,9 @@ export const processActionSet: ContextMenuActionSet = [[
icon: OutputIcon,
name: "Outputs",
execute: (dispatch, resource) => {
- dispatch<any>(navigateToOutput(resource.outputUuid || ''));
+ if(resource.outputUuid){
+ dispatch<any>(navigateToOutput(resource.outputUuid));
+ }
}
},
{
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list