Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode Values returned from DB for filter panel #983

Closed
wants to merge 2 commits into from
Closed

Encode Values returned from DB for filter panel #983

wants to merge 2 commits into from

Conversation

simon-leech
Copy link
Contributor

@simon-leech simon-leech commented Oct 25, 2023

This PR addresses an error.
If you use a filter config as shown below, and any of the data returned from the response containing special characters (% etc). The filter fails to create.

{
      "field": "field",
      "title": "Title",
      "inline": true,
      "filter": {
        "type": "in",
        "distinct": true,
        "dropdown": true
      }
    }

This PR simply encodes the value responses, and encodes and decodes the values for the dropdown module to remove this error.

Update - also addresses including special characters in the style and filtering there (ie Value % or Value &).
Also addresses including special characters in the layer.filter.

@simon-leech simon-leech changed the title Encode Values returned from DB Encode Values returned from DB for filter panel Oct 25, 2023
@simon-leech simon-leech marked this pull request as draft October 27, 2023 11:11
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@simon-leech simon-leech deleted the encode-values branch February 9, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant