# HG changeset patch # User Felix Wolfsteller # Date 1351769364 -3600 # Node ID 4ac69bb4b39d2f6916091f346fed9d4c8a7266a8 # Parent eda2a02d0decda2d30a6cc932361ef7a638a94ba flys-client: Show NaviOutput-Tab also for extreme_wq_curve. diff -r eda2a02d0dec -r 4ac69bb4b39d flys-client/src/main/java/de/intevation/flys/client/shared/model/ChartMode.java --- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/ChartMode.java Thu Nov 01 12:28:51 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/ChartMode.java Thu Nov 01 12:29:24 2012 +0100 @@ -37,6 +37,7 @@ @Override public OutputTab createOutputTab(String t, Collection c, CollectionView p) { if (this.getName().equals("fix_wq_curve") || + this.getName().equals("extreme_wq_curve") || this.getName().equals("fix_deltawt_curve") || this.getName().equals("fix_derivate_curve") || this.getName().equals("fix_vollmer_wq_curve")){