Bug #35810
closedHosts filter isn't working with host_ids URL param
Description
On the new host details page Katello sends url params to the job wizard, including the host_ids param:
/job_invocations/new?feature=katello_errata_install_by_search&host_ids=name%20%5E%20(rhel8c.fedora.example.com)&inputs%5BErrata%20search%20query%5D=errata_id%20=%20RHEA-2022:1985
The other url params work fine (feature, inputs) - they fill in their respective fields. But host_ids does not populate the hosts.
Files
Updated by Adam Ruzicka about 2 years ago
And if you pass a list of host_ids instead of a search query?
Updated by Jeremy Lenz about 2 years ago
I changed the url to
and still the same result, no host search.
(It worked with the old job invocation form.)
Updated by Jeremy Lenz about 2 years ago
- Project changed from Foreman Remote Execution to Katello
- Category deleted (
Usability)
In the new job wizard the correct param is 'search', not 'host_ids'. Need to change Katello to use this param.
Updated by Jeremy Lenz about 2 years ago
- Category set to Hosts
- Target version set to Katello 4.8.0
Updated by Jeremy Lenz about 2 years ago
- Target version changed from Katello 4.8.0 to Katello 4.7.1
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/Katello/katello/pull/10371 added
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases Katello 4.8.0 added
Updated by Jeremy Lenz about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a06d64715c37f11e08f823c48d1936fd2955f40c.
Updated by Lucy Fu about 2 years ago
- Target version changed from Katello 4.7.1 to Katello 4.7.0
- Triaged changed from No to Yes
Updated by The Foreman Bot about 2 years ago
- Pull request https://github.com/Katello/katello/pull/10385 added
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/Katello/katello/pull/10743 added