Actions
Bug #2804
closedSpaces in location name
Status:
Duplicate
Priority:
Low
Assignee:
-
Category:
Search
Target version:
-
Description
When you use spaces in a location name the link on the host page to find all hosts for a location fails.
given a location "city - street"
The URL on the host page becomes:
https://foreman.beheer.lan/hosts?utf8=%E2%9C%93&search=location+%3D+city+-+street
When in fact, it should be:
https://foreman.beheer.lan/hosts?utf8=%E2%9C%93&search=location+%3D+%22Gcity+-+street%22
This problem doesn't affect the location matching in parameterized classes.
Actions