Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Sep 14 09:45:37 2011 +0000 +++ b/flys-client/ChangeLog Wed Sep 14 10:00:55 2011 +0000 @@ -1,3 +1,21 @@ +2011-09-14 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/meta/Converter.java: + Extract the name AND the description from dom Element. Use both + attributes to create a new DataCageNode with 'name' and 'description'. + The 'description' depends on the Element: if it has an attribute + 'description', this one is used otherwise the 'description' is + "${'name'}". + + * src/main/java/de/intevation/flys/client/shared/model/DataCageNode.java: + Added a new attribute 'description' with getter method and new + constructor. + + * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: + Display the 'description' of DataCageNodes in the Datacage tree, but use + the 'name' for in the ToLoad object which is created after pressing the + "+" button. + 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> Committed rest for fix flys/issue311 (translation of crosssection).