[ARVADOS-WORKBENCH2] updated: 1.3.1-434-g8c9d8fea

Git user git at public.curoverse.com
Tue Apr 16 13:04:23 UTC 2019


Summary of changes:
 src/store/search-results-panel/search-results-panel-actions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8c9d8feac89bac4696df12ec4c75b99919fe9093 (commit)
      from  0a6c8db48aedafaa558934b3ea85847a0f178405 (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 8c9d8feac89bac4696df12ec4c75b99919fe9093
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Tue Apr 16 15:04:09 2019 +0200

    refs #15039-inappriopriate-search-results-adter-going-back
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk 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 f7dc5d45..d41191c0 100644
--- a/src/store/search-results-panel/search-results-panel-actions.ts
+++ b/src/store/search-results-panel/search-results-panel-actions.ts
@@ -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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list