Project

General

Profile

Actions

Bug #29369

closed

Hosts bulk actions - support URL with parameter

Added by Leos Stejskal over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
-
Difficulty:
Triaged:
No
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

Actions

Also available in: Atom PDF