Bug #29369
Hosts bulk actions - support URL with parameter
Pull request:
Fixed in Releases:
Found in Releases:
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
Associated revisions
Fixes #29369 - Fix lint issue
History
#1
Updated by Leos Stejskal 10 months ago
- Subject changed from Hosts actions - support URL with parameter to Hosts bulk actions - support URL with parameter
#2
Updated by The Foreman Bot 10 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7529 added
#3
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 2.1.0 added
#4
Updated by Leos Stejskal 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 26a9bc7f15ded2856fc1d2e6a521c2bc45b9b4fd.
Fixes #29369 - Add support for URL with parameters in Hosts bulk actions