From e0357d9c636f7d3608bccf7008f56cea0375828f Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Thu, 2 Mar 2017 15:25:06 +0100 Subject: [PATCH] Fix #1501. collapsible property for DefaultViewer is always false by default (#1515) --- web/client/components/data/identify/DefaultViewer.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/client/components/data/identify/DefaultViewer.jsx b/web/client/components/data/identify/DefaultViewer.jsx index eab681aedc..d9f0745dee 100644 --- a/web/client/components/data/identify/DefaultViewer.jsx +++ b/web/client/components/data/identify/DefaultViewer.jsx @@ -41,7 +41,7 @@ const DefaultViewer = React.createClass({ format: MapInfoUtils.getDefaultInfoFormatValue(), responses: [], missingResponses: 0, - collapsible: true, + collapsible: false, header: DefaultHeader, headerOptions: {}, container: Accordion, @@ -104,7 +104,6 @@ const DefaultViewer = React.createClass({ const PageHeader = this.props.header; return (