Certain characters are incorrectly escaped when rendering custom links #12355
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.4.9
Python version
3.8
Steps to Reproduce
http://example.com/?foo=1&bar=2
Expected Behavior
The unmodified URL should be present.
Observed Behavior
The link is incorrectly escaped to
http://example.com/?foo%3D1&bar%3D2
. This is a regression resulting from 89fa546.The text was updated successfully, but these errors were encountered: