Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1324:90b786325324
Donated own error message to RemoveArtifact failure case.
flys-client/trunk@2966 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 12:55:16 +0000 |
parents | 1fd6d94407c1 |
children | 2f5fbfeda1d4 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 13 12:51:54 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 13 12:55:16 2011 +0000 @@ -5,6 +5,19 @@ 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> + Added error message(i18n) for fail case of removeArtifactService. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Added error_remove_artifact . + + * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: + Resolved TODO by employing "own" error message (removeArtifact). + +2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> + Removed obsolete imports. * src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java,