Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 892:63b258bf365c
Bugfix: Use name instead of description for loading new facets via Datacage.
flys-client/trunk@2735 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 14 Sep 2011 10:00:55 +0000 |
parents | f6c14ffdfd07 |
children | 89c01218172b |
comparison
equal
deleted
inserted
replaced
891:f6c14ffdfd07 | 892:63b258bf365c |
---|---|
1 2011-09-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: | |
4 Extract the name AND the description from dom Element. Use both | |
5 attributes to create a new DataCageNode with 'name' and 'description'. | |
6 The 'description' depends on the Element: if it has an attribute | |
7 'description', this one is used otherwise the 'description' is | |
8 "${'name'}". | |
9 | |
10 * src/main/java/de/intevation/flys/client/shared/model/DataCageNode.java: | |
11 Added a new attribute 'description' with getter method and new | |
12 constructor. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: | |
15 Display the 'description' of DataCageNodes in the Datacage tree, but use | |
16 the 'name' for in the ToLoad object which is created after pressing the | |
17 "+" button. | |
18 | |
1 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 19 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 20 |
3 Committed rest for fix flys/issue311 (translation of crosssection). | 21 Committed rest for fix flys/issue311 (translation of crosssection). |
4 | 22 |
5 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java, | 23 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java, |