[Geoserver-devel] [JIRA] (GEOS-10794) Add a new vector data source (Web Feature Server (NG)) Filter compliance level bug

Mikkel Duif created an issue

GeoServer / BugGEOS-10794

Add a new vector data source (Web Feature Server (NG)) Filter compliance level bug

Issue Type:

BugBug

Affects Versions:

2.22.0

Assignee:

Unassigned

Components:

web-app

Created:

14/Dec/22 10:01 PM

Environment:

Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

GeoServer version: 2.22

Priority:

MediumMedium

Reporter:

Mikkel Duif

Flow:

StoresAdd new StoreWeb Feature Server (NG)

Page: /geoserver/web/wicket/page?39

When entering the Add new store → WFS, I get the following console issue:

jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:1303 Uncaught Error: Syntax error, unrecognized expression: #Filter compliance level (0-low,1-medium,2-high)
    at Sizzle.error (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:1303:7)
    at Sizzle.tokenize (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:1856:8)
    at Sizzle.select (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:2241:18)
    at Function.Sizzle [as find] (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:693:9)
    at jQuery.fn.init.find (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:2442:8)
    at new jQuery.fn.init (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:2529:28)
    at jQuery (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:107:9)
    at HTMLDocument.<anonymous> (page?36:47:1)
    at mightThrow (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:2971:20)
    at process (jquery-3.5.1-ver-C09A105EC81DB596488CF1F95E764BF8.js:3027:1)

Further inspection looks like the , is not supported by the jQuery expression and will result in $('#Filter compliance level (0-low,1-medium,2-high)').select2({});; failing.

removing the , from the above line at all places will make sure that the input form works again.

This results in that I am not able to complete the form and add a WFS Store.

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100212-sha1:99773b8)

Atlassian logo