[ARVADOS-WORKBENCH2] updated: 1.1.4-442-gff08c9f

Git user git at public.curoverse.com
Thu Jul 26 05:20:49 EDT 2018


Summary of changes:
 src/store/data-explorer/data-explorer-action.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ff08c9fee3c8cbb0c54092b6e17dc7bbf476dd30 (commit)
      from  71b7de8657caf1776c082a350e1a55cbe01bf21d (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 ff08c9fee3c8cbb0c54092b6e17dc7bbf476dd30
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Thu Jul 26 11:20:34 2018 +0200

    Update bindDataExplorerActions to use middleware service
    
    Feature #13887
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/store/data-explorer/data-explorer-action.ts b/src/store/data-explorer/data-explorer-action.ts
index a2e229d..4ce371c 100644
--- a/src/store/data-explorer/data-explorer-action.ts
+++ b/src/store/data-explorer/data-explorer-action.ts
@@ -5,6 +5,7 @@
 import { default as unionize, ofType, UnionOf } from "unionize";
 import { DataTableFilterItem } from "../../components/data-table-filters/data-table-filters";
 import { DataColumns } from "../../components/data-table/data-table";
+import { DataExplorerMiddlewareService } from "./data-explorer-middleware-service";
 
 export const dataExplorerActions = unionize({
     RESET_PAGINATION: ofType<{ id: string }>(),
@@ -21,7 +22,7 @@ export const dataExplorerActions = unionize({
 
 export type DataExplorerAction = UnionOf<typeof dataExplorerActions>;
 
-export const bindDataExplorerActions = (id: string) => ({
+export const bindDataExplorerActions = ({ Id: id }: DataExplorerMiddlewareService) => ({
     ...dataExplorerActions,
     RESET_PAGINATION: () =>
         dataExplorerActions.RESET_PAGINATION({ id }),

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list