# HG changeset patch # User Felix Wolfsteller # Date 1350052980 -7200 # Node ID f5e13feb35c5aa65c6f9e77fd83eb2a679722da1 # Parent 062cb660565398a670ffec8fc66b5ba4f0e55744 Fix 943/3: Show flood-protections in WSP DC. diff -r 062cb6605653 -r f5e13feb35c5 flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Fri Oct 12 15:16:56 2012 +0200 +++ b/flys-artifacts/ChangeLog Fri Oct 12 16:43:00 2012 +0200 @@ -1,3 +1,10 @@ +2012-10-12 Felix Wolfsteller + + Fix issue943/3 + + * flys-artifacts/doc/conf/meta-data.xml: Add Floodprotections to + LS non-recommendations. + 2012-10-12 Felix Wolfsteller * flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: diff -r 062cb6605653 -r f5e13feb35c5 flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Fri Oct 12 15:16:56 2012 +0200 +++ b/flys-artifacts/doc/conf/meta-data.xml Fri Oct 12 16:43:00 2012 +0200 @@ -490,24 +490,22 @@ - - - - SELECT id AS prot_column_id, - name AS prot_column_name, - position AS prot_rel_pos - FROM wst_columns WHERE wst_id = ${prot_id} - ORDER by position - - - - - - - - - - + + + SELECT id AS prot_column_id, + name AS prot_column_name, + position AS prot_rel_pos + FROM wst_columns WHERE wst_id = ${prot_id} + ORDER by position + + + + + + + + + @@ -669,6 +667,7 @@ +