mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Takes description from parameter
makes this method reusable and not only for field filters
This commit is contained in:
parent
8931d7256f
commit
459c10586b
@ -126,7 +126,7 @@ json QgsServerQueryStringParameter::data() const
|
||||
return
|
||||
{
|
||||
{ "name", nameString },
|
||||
{ "description", "Filter the collection by '" + nameString + "'" },
|
||||
{ "description", description().toStdString() },
|
||||
{ "required", mRequired },
|
||||
{ "in", "query"},
|
||||
{ "style", "form"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user