diff flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 4306:4c2005e6ac65

Close the gauge panel tree folds if a csv result should be shown Fixes flys/issue922 (W-INFO / Pegel-Info-Modul / Verhalten nach Berechnungsende)
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Oct 2012 15:43:49 +0100
parents 1e9e7b7d9f15
children bea519b46919
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Mon Oct 29 15:24:32 2012 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Mon Oct 29 15:43:49 2012 +0100
@@ -552,6 +552,7 @@
 
                 if (export.getFacet("csv") != null) {
                     hasCSV = true;
+                    parameterList.contractInfoPanel();
                 }
             }
         }

http://dive4elements.wald.intevation.org