Mercurial > dive4elements > gnv-client
changeset 1098:1e34fbfcf5d3
Bugfix: Change multiselect to false for the Parameter-State of vector-values
gnv-artifacts/trunk@1220 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 15 Jun 2010 14:01:41 +0000 |
parents | 045a8e671d64 |
children | 5cc3fc2e50fd |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Jun 15 13:09:30 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Jun 15 14:01:41 2010 +0000 @@ -1,3 +1,12 @@ +2010-06-15 Tim Englich <tim.englich@intevation.de> + + ISSUE299 + + * doc/conf/products/verticalprofile/conf_mesh.xml: + Bugfix: Change multiselect to false for the Parameter-State of + vector-values. It is not possible to render more than one Parameter if + vector-values are used. + 2010-06-15 Tim Englich <tim.englich@intevation.de> * src/main/resources/lang/artifactMessages_en.properties,
--- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Tue Jun 15 13:09:30 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Tue Jun 15 14:01:41 2010 +0000 @@ -261,7 +261,7 @@ <queryID>verticalprofile_mesh_parameter_vector</queryID> <dataname>parameterid</dataname> <presettings-name>parameter</presettings-name> - <data-multiselect>true</data-multiselect> + <data-multiselect>false</data-multiselect> <inputvalues> <inputvalue name="meshid" type="Integer" multiselect="false" usedinquery="1"/> <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/>