[ARVADOS-WORKBENCH2] updated: 1.2.0-279-gfcbb489
Git user
git at public.curoverse.com
Tue Sep 4 09:24:42 EDT 2018
Summary of changes:
src/store/workbench/workbench-actions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fcbb489ecec10bb12af97a86691acf7115da20a2 (commit)
from 7a8fafa13f5f94945cf0a4c5965db273f3435823 (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 fcbb489ecec10bb12af97a86691acf7115da20a2
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Tue Sep 4 15:24:22 2018 +0200
refs #master quick fix for workbench-actions
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts
index 7077f41..036f4a3 100644
--- a/src/store/workbench/workbench-actions.ts
+++ b/src/store/workbench/workbench-actions.ts
@@ -197,9 +197,9 @@ export const loadProcess = (uuid: string) =>
export const loadProcessLog = (uuid: string) =>
async (dispatch: Dispatch) => {
const process = await dispatch<any>(processesActions.loadProcess(uuid));
- await dispatch<any>(activateSidePanelTreeItem(process.containerRequest.ownerUuid));
dispatch<any>(setProcessBreadcrumbs(uuid));
dispatch<any>(initProcessLogsPanel(uuid));
+ await dispatch<any>(activateSidePanelTreeItem(process.containerRequest.ownerUuid));
};
export const resourceIsNotLoaded = (uuid: string) =>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list