Mercurial > dive4elements > gnv-client
changeset 1099:5cc3fc2e50fd
Bugfix: Change multiselect to false for the Parameter-State of vector-values
gnv-artifacts/trunk@1221 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 15 Jun 2010 14:19:43 +0000 |
parents | 1e34fbfcf5d3 |
children | 2e50dfd45753 |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Jun 15 14:01:41 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Jun 15 14:19:43 2010 +0000 @@ -1,3 +1,12 @@ +2010-06-15 Tim Englich <tim.englich@intevation.de> + + ISSUE299v + + * doc/conf/products/horizontalprofile/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> ISSUE299
--- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Tue Jun 15 14:01:41 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Tue Jun 15 14:19:43 2010 +0000 @@ -237,7 +237,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"/>