Usage of exclamation mark (!) in Custom Links not possible #14560
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
3.6.6
Python Version
3.11
Steps to Reproduce
https://<IP>/screens/dashboard.html#!/APView/{{ object.interfaces.filter(mac_address__isnull=False).first().mac_address }}
as the Link URL.Similar to #13011. Also see #14553.
Expected Behavior
The URL should be rendered with the ! intact.
Observed Behavior
The ! is encoded as %21, resulting in a broken link.
The text was updated successfully, but these errors were encountered: