[ARVADOS-WORKBENCH2] updated: 1.2.0-1014-g745374f
Git user
git at public.curoverse.com
Wed Nov 28 06:01:33 EST 2018
Summary of changes:
src/store/search-results-panel/search-results-panel-actions.ts | 2 ++
1 file changed, 2 insertions(+)
via 745374f29652ebb8720f5303a403f680d86f971f (commit)
from 39b9643ebbc7b626b9c2be412bb234c443a422a2 (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 745374f29652ebb8720f5303a403f680d86f971f
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Wed Nov 28 12:01:22 2018 +0100
refs #14534 Breadcrumbs are not updated after searching
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/store/search-results-panel/search-results-panel-actions.ts b/src/store/search-results-panel/search-results-panel-actions.ts
index 05da5b3..f7dc5d4 100644
--- a/src/store/search-results-panel/search-results-panel-actions.ts
+++ b/src/store/search-results-panel/search-results-panel-actions.ts
@@ -6,11 +6,13 @@ import { Dispatch } from 'redux';
import { RootState } from '~/store/store';
import { ServiceRepository } from '~/services/services';
import { bindDataExplorerActions } from '~/store/data-explorer/data-explorer-action';
+import { setBreadcrumbs } from '~/store/breadcrumbs/breadcrumbs-actions';
export const SEARCH_RESULTS_PANEL_ID = "searchResultsPanel";
export const searchResultsPanelActions = bindDataExplorerActions(SEARCH_RESULTS_PANEL_ID);
export const loadSearchResultsPanel = () =>
(dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
+ dispatch(setBreadcrumbs([{ label: 'Search results' }]));
dispatch(searchResultsPanelActions.REQUEST_ITEMS());
};
\ No newline at end of file
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list