refs #15039-inappriopriate-search-results-adter-going-back
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Tue, 16 Apr 2019 13:04:09 +0000 (15:04 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Tue, 16 Apr 2019 13:04:09 +0000 (15:04 +0200)
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

src/store/search-results-panel/search-results-panel-actions.ts

index f7dc5d458f7fde7eb3af468253d4d816c5e5761f..d41191c002571753ed082b466e931578acae452b 100644 (file)
@@ -14,5 +14,5 @@ export const searchResultsPanelActions = bindDataExplorerActions(SEARCH_RESULTS_
 export const loadSearchResultsPanel = () =>
     (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
         dispatch(setBreadcrumbs([{ label: 'Search results' }]));
-        dispatch(searchResultsPanelActions.REQUEST_ITEMS());
+        dispatch(searchResultsPanelActions.REQUEST_ITEMS(true));
     };
\ No newline at end of file