Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 638:c580666a843f
Removed CallMeta object from state which should not be serialized. Implemented a little workarround instead to save localized strings for axes descriptions of horizontal profile charts (issue180).
gnv-artifacts/trunk@721 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 02 Mar 2010 08:43:50 +0000 |
parents | 154d158238d3 |
children | a94ed2755480 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Mar 01 16:00:39 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Mar 02 08:43:50 2010 +0000 @@ -1,3 +1,11 @@ +2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue180 + + * src/main/java/de/intevation/gnv/state/profile/horizontal/NorthSouthEastWestState.java: + Removed CallMeta object from state which should not be serialized. + Implemented a little workarround to save localized strings on this state. + 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue182