Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1834:9eedda250280
Extract output names from artifact, not from state. Important when querying recommendations for an artifact with these outputs.
flys-artifacts/trunk@3170 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 13:23:39 +0000 |
parents | d4e80e9b40b5 |
children | 35e38e2afb22 |
comparison
equal
deleted
inserted
replaced
1833:d4e80e9b40b5 | 1834:9eedda250280 |
---|---|
15 | 15 |
16 * doc/conf/artifacts/riveraxis.xml: Removed, because the RiverAxisArtifact | 16 * doc/conf/artifacts/riveraxis.xml: Removed, because the RiverAxisArtifact |
17 has a fixed static State only. | 17 has a fixed static State only. |
18 | 18 |
19 * doc/conf/conf.xml: Removed riveraxis.xml definition. | 19 * doc/conf/conf.xml: Removed riveraxis.xml definition. |
20 | |
21 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
22 | |
23 When querying metadata/datacage, use only output-names of outputs that | |
24 actually exists (in the sense of having facets). | |
25 | |
26 * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java: | |
27 Get output names from artifact, not from state. | |
20 | 28 |
21 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 29 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
22 | 30 |
23 For a Flys-Collection, add outputt to attributes-part of describe | 31 For a Flys-Collection, add outputt to attributes-part of describe |
24 document only if they contain facets. -> Prevent empty output nodes | 32 document only if they contain facets. -> Prevent empty output nodes |