Actions
Bug #21897
closedSelect all on errata content hosts page does not work with a search
Description
Request:
{ "included": { "ids": [], "resources": [], "params": { "organization_id": "1", "paged": true, "page": 1, "per_page": "20", "search": "name= awesome-client.sat-r220-10.example.com" } }, "excluded": { "ids": [] }, "errata_ids": ["RHEA-2012:0055"], "organization_id": "1" }
Response:
{ "displayMessage": "No hosts have been specified.", "errors": ["No hosts have been specified."] }
Steps to Reproduce:
- Go to errata page
- Select on or more errata and click apply
- Select all content hosts using the checkbox and then click "select all _" (requires https://github.com/Katello/katello/pull/7086)
- Click next
- Note above error
Actions