[arvados] updated: 2.7.0-6077-gf3c0593c42

git repository hosting git at public.arvados.org
Tue Apr 2 15:18:49 UTC 2024


Summary of changes:
 services/workbench2/src/components/data-explorer/data-explorer.tsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  f3c0593c42634ba3a8e657f00dbf343af0f76f08 (commit)
      from  0b74cbfdc8d1cb7d9223bd64ddac390dcdae3cc2 (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 f3c0593c42634ba3a8e657f00dbf343af0f76f08
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue Apr 2 11:18:46 2024 -0400

    21224: fixed double toolbar display when navigating from outside url Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx
index 5eb5fdfca2..f64ad4df7d 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -134,7 +134,7 @@ export const DataExplorer = withStyles(styles)(
             showLoading: false,
             prevRefresh: "",
             prevRoute: "",
-            msToolbarInDetailsCard: false,
+            msToolbarInDetailsCard: true,
         };
 
         multiSelectToolbarInTitle = !this.props.title && !this.props.progressBar;
@@ -248,6 +248,7 @@ export const DataExplorer = withStyles(styles)(
                                 </Grid>
                             )}
                             {!!progressBar && progressBar}
+                            {console.log('this.multiSelectToolbarInTitle', this.multiSelectToolbarInTitle, !this.state.msToolbarInDetailsCard)}
                             {this.multiSelectToolbarInTitle && !this.state.msToolbarInDetailsCard && <MultiselectToolbar injectedStyles={classes.msToolbarStyles} />}
                             {(!hideColumnSelector || !hideSearchInput || !!actions) && (
                                 <Grid

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list