- πΊπΈUnited States dcam
This is a duplicate of π Query string duplications Fixed which fixed the problem. The issue can no longer be reproduced.
Using a link field with the 'Link' display formatter, internal links with a query string with brackets are broken.
/resources?tid_1[30]=30
/resources?tid_1%5B0%5D=30&tid_1%5B1%5D=30
, which does not work/resources?tid_1%5B30%5D=30
, which worksIf the link is absolute rather than relative, it also works, e.g. https://google.com/resources?tid_1%5B30%5D=30
N/A
N/A
N/A
N/A
Closed: duplicate
11.0 π₯
link.module
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is a duplicate of π Query string duplications Fixed which fixed the problem. The issue can no longer be reproduced.