Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 613:471ca61b83b5
#165 Set the max length of project names to 50 characters.
flys-client/trunk@2228 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 24 Jun 2011 11:19:35 +0000 |
parents | e59f2569558e |
children | 80626c4a5bbf |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jun 24 09:53:25 2011 +0000 +++ b/flys-client/ChangeLog Fri Jun 24 11:19:35 2011 +0000 @@ -1,3 +1,18 @@ +2011-06-24 Ingo Weinzierl <ingo@intevation.de> + + flys/issue165 (Projektliste: Einige Auffälligkeiten nach Neuimplementierung) + + * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: + Set the maximal length of project names to 50 characters. If the name, + entered by the user, is longer than this max value, it is not saved to + artifact server and the old name is displayed again. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: + Added warning message for too long project names. + 2011-06-24 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: