Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1323:1fd6d94407c1 | 1324:90b786325324 |
---|---|
1 2011-10-13 Ingo Weinzierl <ingo@intevation.de> | 1 2011-10-13 Ingo Weinzierl <ingo@intevation.de> |
2 | 2 |
3 * src/main/webapp/images/adjustElevation.png: Replaced old one that had a | 3 * src/main/webapp/images/adjustElevation.png: Replaced old one that had a |
4 gray background with a new one with transparent background. | 4 gray background with a new one with transparent background. |
5 | |
6 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
7 | |
8 Added error message(i18n) for fail case of removeArtifactService. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
11 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | |
12 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
13 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | |
14 Added error_remove_artifact . | |
15 | |
16 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java: | |
17 Resolved TODO by employing "own" error message (removeArtifact). | |
5 | 18 |
6 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 19 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
7 | 20 |
8 Removed obsolete imports. | 21 Removed obsolete imports. |
9 | 22 |