[ARVADOS-WORKBENCH2] updated: 1.2.0-594-g3915428

Git user git at public.curoverse.com
Thu Oct 11 07:45:53 EDT 2018


Summary of changes:
 src/index.tsx                     |  9 ---------
 src/views/workbench/workbench.tsx | 17 -----------------
 2 files changed, 26 deletions(-)

       via  391542864dcbdeaf228caa2c4bd69baaa472e6cd (commit)
      from  08f46b5c95ca2d7bd1c73e10d43815fa8f5b50df (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 391542864dcbdeaf228caa2c4bd69baaa472e6cd
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Thu Oct 11 13:39:07 2018 +0200

    Clean up workbench and index
    
    Feature #13862
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/index.tsx b/src/index.tsx
index 4998e26..c5add22 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -111,15 +111,6 @@ const initListener = (history: History, store: RootStore, services: ServiceRepos
             initWebSocket(config, services.authService, store);
             await store.dispatch(loadWorkbench());
             addRouteChangeHandlers(history, store);
-            // createEnumCollectorWorkflow(services);
-            store.dispatch(initProjectsTreePicker('testPicker1'));
-            store.dispatch(initProjectsTreePicker('testPicker2'));
-            store.dispatch(initProjectsTreePicker('testPicker3'));
-
-            // await store.dispatch(loadCollection(
-            //     'c97qk-4zz18-9sn8ygaf62chkkd',
-            //     'testPicker',
-            // ));
         }
     };
 };
diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx
index b89ee04..d326c31 100644
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@ -92,23 +92,6 @@ export const WorkbenchPanel =
                             <MainContentBar />
                         </Grid>
                         <Grid item xs className={classes.content}>
-                            <p>Projects only</p>
-                            <ProjectsTreePicker 
-                                pickerId="testPicker1" 
-                                showSelection/>
-                            <p>Collections included</p>
-                            <ProjectsTreePicker
-                                pickerId="testPicker2"
-                                includeCollections
-                                showSelection
-                            />
-                            <p>Files included</p>
-                            <ProjectsTreePicker
-                                pickerId="testPicker3"
-                                includeCollections
-                                includeFiles
-                                showSelection
-                                toggleItemActive={(...args: any[]) => console.log(args)} />
                             <Switch>
                                 <Route path={Routes.PROJECTS} component={ProjectPanel} />
                                 <Route path={Routes.COLLECTIONS} component={CollectionPanel} />

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list