Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1810:193a916d1ab5
Pass output name to artifacts getInitialFacetActivity, prevent gaps in collection attributes outputs facets positions.
flys-artifacts/trunk@3139 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 02 Nov 2011 11:27:04 +0000 |
parents | f6a190f6aaff |
children | 4ee833095e75 |
comparison
equal
deleted
inserted
replaced
1809:f6a190f6aaff | 1810:193a916d1ab5 |
---|---|
1 2011-11-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 1) Pass outputs name to artifacts getInitialFacetActivity(). | |
4 2) Do not allow "gaps" in positions of facets in outputs in attributes | |
5 of collection (prevent e.g. positions 1,3,5; will become 1,2,3 | |
6 instead). | |
7 | |
8 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: | |
9 Pass outputname to artifacts getInitialFacetActivity(), prevent | |
10 gaps in facets positions in outputs (1,3,10 become 1,2,3). | |
11 | |
1 2011-11-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 12 2011-11-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 13 |
3 1) Give Artifacts information about the out when they have to decide | 14 1) Give Artifacts information about the out when they have to decide |
4 whether a given facet is initially in/active by adding parameter | 15 whether a given facet is initially in/active by adding parameter |
5 to getInitialFacetActivity(+outputName). | 16 to getInitialFacetActivity(+outputName). |