comparison 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
comparison
equal deleted inserted replaced
4305:8c51c43e59ca 4306:4c2005e6ac65
550 if (out instanceof ExportMode) { 550 if (out instanceof ExportMode) {
551 ExportMode export = (ExportMode) out; 551 ExportMode export = (ExportMode) out;
552 552
553 if (export.getFacet("csv") != null) { 553 if (export.getFacet("csv") != null) {
554 hasCSV = true; 554 hasCSV = true;
555 parameterList.contractInfoPanel();
555 } 556 }
556 } 557 }
557 } 558 }
558 559
559 if (!hasCSV) { 560 if (!hasCSV) {

http://dive4elements.wald.intevation.org