15768: project multimove works Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 146530cae8e3ffaf530da19ca3be07743026c78f..55479188c12d91edc99792e8d03d8781d96d7deb 100644 (file)
@@ -8,7 +8,6 @@ import { ResourceKind, extractUuidKind } from 'models/resource';
 import { SidePanelTreeCategory } from '../side-panel-tree/side-panel-tree-actions';
 import { Routes, getGroupUrl, getNavUrl, getUserProfileUrl } from 'routes/routes';
 import { RootState } from 'store/store';
-import { openDetailsPanel } from 'store/details-panel/details-panel-action';
 import { ServiceRepository } from 'services/services';
 import { pluginConfig } from 'plugins';
 import { snackbarActions, SnackbarKind } from 'store/snackbar/snackbar-actions';
@@ -42,7 +41,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;
         }