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
Actions