diff --git a/.gitignore b/.gitignore index 98522c6d2f..0dfd929b02 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ extras/ /.sass-cache/ .idea/* +src/main/main.iml +src/test/test.iml + # We use a maven plugin to download node and required modules. # Since these are retrieved at build-time, no need to commit. node/* diff --git a/src/main/java/org/sagebionetworks/web/client/jsinterop/QueryWrapperPlotNavProps.java b/src/main/java/org/sagebionetworks/web/client/jsinterop/QueryWrapperPlotNavProps.java index 48bb1362f8..9598af8151 100644 --- a/src/main/java/org/sagebionetworks/web/client/jsinterop/QueryWrapperPlotNavProps.java +++ b/src/main/java/org/sagebionetworks/web/client/jsinterop/QueryWrapperPlotNavProps.java @@ -53,7 +53,7 @@ public interface OnViewSharingSettingsHandler { SynapseTableProps tableConfiguration; @JsNullable - boolean defaultShowFacetVisualization; + boolean defaultShowPlots; boolean showLastUpdatedOn; @@ -79,7 +79,7 @@ public static QueryWrapperPlotNavProps create( props.downloadCartPageUrl = "#!DownloadCart:0"; props.showLastUpdatedOn = false; // SWC-6138 - hide charts by default - props.defaultShowFacetVisualization = false; + props.defaultShowPlots = false; return props; } } diff --git a/src/main/resources/org/sagebionetworks/web/client/widget/entity/annotation/AnnotationsRendererWidgetViewImpl.ui.xml b/src/main/resources/org/sagebionetworks/web/client/widget/entity/annotation/AnnotationsRendererWidgetViewImpl.ui.xml index ebab59f928..a7562b57b7 100644 --- a/src/main/resources/org/sagebionetworks/web/client/widget/entity/annotation/AnnotationsRendererWidgetViewImpl.ui.xml +++ b/src/main/resources/org/sagebionetworks/web/client/widget/entity/annotation/AnnotationsRendererWidgetViewImpl.ui.xml @@ -6,7 +6,10 @@ xmlns:t="urn:import:org.sagebionetworks.web.client.view.bootstrap.table" > - +