geostyler / geostyler-geoserver-plugin

GeoStyler UI for the GeoServer
GNU General Public License v2.0
7 stars 4 forks source link

Error when selecting option in "Change filter" menu #135

Closed tkleinke closed 1 month ago

tkleinke commented 10 months ago

It is currently not possible to switch to another filter type (AND, OR etc.). When selecting the respective dropdown menu option in the filter editor (e. g. "Change filter" -> "AND-Filter"), the input fields are replaced with the message "Unknown filter supplied":

Geostyler Error

After trying to switch filter types multiple times by selecting different options in the "Change filter" menu, sometimes another error appears (with error message "TypeError: undefined is not an object (evaluating 't[u].filter')" in console):

Geostyler Error 2

The Geostyler demo application doesn't show this behaviour, so it seems to me that it is a problem specific to the Geoserver plugin.

jansule commented 9 months ago

Thanks for the info @tkleinke. It looks like we have to update the GeoStyler version in the GeoServer plugin to the latest version.

KaiVolland commented 1 month ago

related to #137

jansule commented 1 month ago

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: