19482: Initial commit. Input/output/collection cards work
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 146530cae8e3ffaf530da19ca3be07743026c78f..edda2c61ca4d57861c98b7577238019923fc8db2 100644 (file)
@@ -42,7 +42,8 @@ export const navigateTo = (uuid: string) =>
                 dispatch<any>(navigateToAdminVirtualMachines);
                 return;
             case ResourceKind.WORKFLOW:
-                dispatch<any>(openDetailsPanel(uuid));
+                dispatch<any>(pushOrGoto(getNavUrl(uuid, getState().auth)));
+                // dispatch<any>(openDetailsPanel(uuid));
                 return;
         }