- Issue created by @elangoens
- Status changed to Needs work
about 2 months ago 2:14pm 12 February 2025 - 🇧🇪Belgium L_VanDamme
The current patch only fixes a "message" query parameter
In the ConfigurableLink field formatter,
When the query string contains one of the following special characters: '&', '"', '\'', '<', '>', they get parsed incorrectly so the output of the query array will contain the textual representation of those characters ('&', '"', ''', '<', '>').
1. Go to any place where the ConfigurableLink field formatter is used, where the target link contains any of the above characters.
2. Inspect the link - the target url will contain the textual representation of the special character(s) instead of the character itself
The only solution I saw was to manually search and replace the characters
Active
6.1
Code
The current patch only fixes a "message" query parameter