Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 1058:2b4f1c095468
Fixed the aggregation of row with the same parameter in the odv export (issue291).
gnv-artifacts/trunk@1136 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 28 May 2010 07:37:59 +0000 |
parents | 04967dc9c83f |
children | 174f6eacd595 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Thu May 27 16:43:00 2010 +0000 +++ b/gnv-artifacts/ChangeLog Fri May 28 07:37:59 2010 +0000 @@ -1,3 +1,10 @@ +2010-05-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue291 + + * src/main/java/de/intevation/gnv/exports/ODVExport.java: Fixed the + aggregation of parameters. + 2010-05-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue198