Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1447:c4bc320e3d44
Bugfix: make sure that the user has selected a DEM before feeding the Artifact with it.
flys-client/trunk@3463 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Dec 2011 10:13:12 +0000 |
parents | 4c5006fecd8d |
children | c39aa5a6478c |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Dec 19 09:53:45 2011 +0000 +++ b/flys-client/ChangeLog Mon Dec 19 10:13:12 2011 +0000 @@ -1,3 +1,15 @@ +2011-12-19 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added + strings that force the user to select a DEM. + + * src/main/java/de/intevation/flys/client/client/ui/DemDatacagePanel.java: + Override validate() to make sure, that the user has selected a DEM. + Otherwise, a popup is displayed. + 2011-12-19 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,