Mercurial > dive4elements > gnv-client
changeset 600:cf4ddf41197f
ISSUE167
Fixed Bug in Konfiguration. Now Regionfilters can be used without running in an Exception.
gnv-artifacts/trunk@658 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 05 Feb 2010 09:58:50 +0000 |
parents | c5710a8d2825 |
children | 4c6d2b4df3ae |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Feb 02 13:13:45 2010 +0000 +++ b/gnv-artifacts/ChangeLog Fri Feb 05 09:58:50 2010 +0000 @@ -1,3 +1,10 @@ +2010-02-05 Tim Englich <tim.englich@intevation.de> + + * doc/conf/products/horizontalcrosssection/conf_mesh.xml: + ISSUE167 + Fixed Bug in Konfiguration. Now Regionfilters can be used without running + in an Exception. + 2010-02-02 Tim Englich <tim.englich@intevation.de> * doc/conf/products/horizontalcrosssection/conf_mesh.xml,
--- a/gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml Tue Feb 02 13:13:45 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalcrosssection/conf_mesh.xml Fri Feb 05 09:58:50 2010 +0000 @@ -63,8 +63,8 @@ <dataname>meshid</dataname> <data-multiselect>false</data-multiselect> <inputvalues> - <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="0"/> <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/> + <inputvalue name="subareaid" type="Integer" multiselect="false" usedinquery="1"/> <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="0"/> </inputvalues>