Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2079:ca6ccf722c24
#447 removed empty Outputs from Collection's attribute.
flys-artifacts/trunk@3595 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 13:39:58 +0000 |
parents | cbeeaaad1056 |
children | 0553e31d25e7 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Jan 05 10:46:32 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu Jan 05 13:39:58 2012 +0000 @@ -1,3 +1,15 @@ +2012-01-05 Ingo Weinzierl <ingo@intevation.de> + + flys/issue447 (W-Differenzen: Fehler beim Hinzufügen einer Parameterisierung) + + * src/main/java/de/intevation/flys/collections/CollectionAttribute.java: + Added a new method cleanEmptyOutputs() which removes Outputs that have + no Facets set. + + * src/main/java/de/intevation/flys/collections/AttributeWriter.java: Call + CollectionAttribute.cleanEmptyOutputs() at the end of write() to remove + empty Outputs that have been added during the merge process. + 2012-01-05 Ingo Weinzierl <ingo@intevation.de> flys/issue440 (Karte: WSPLGEN Berechnungen für Mosel schlagen fehl)