Actions
Bug #29369
closedHosts bulk actions - support URL with parameter
Description
If URL in bulk actions contains parameter (like: /job_invocations/new?feature=leapp_preupgrade), JS method buildRedirect() will add hosts_id parameter like this:
/job_invocations/new?feature=leapp_preupgrade?host_ids=1,2,3
But the correct URL should be:
/job_invocations/new?feature=leapp_preupgrade&host_ids=1,2,3
Updated by Leos Stejskal over 4 years ago
- Subject changed from Hosts actions - support URL with parameter to Hosts bulk actions - support URL with parameter
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7529 added
Updated by Leos Stejskal over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 26a9bc7f15ded2856fc1d2e6a521c2bc45b9b4fd.
Actions