Actions
Bug #17227
closedDashboard Content Host Subscription Status Links are not URI encoded
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
The generated links appear to be correct, for example /content_hosts?search=subscription_status=valid
but when clicked and the target page opens the "=valid" disappear from the URL because it's not encoded and left the target search box only with the value "subscription_status", but should be: subscription_status=valid.
the fix must encode the parameter value of search key, to appear like /content_hosts?search=subscription_status%3Dvalid.
Actions