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 #1

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
Actions #2

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
Actions #3

Updated by The Foreman Bot over 4 years ago

  • Fixed in Releases 2.1.0 added
Actions #4

Updated by Leos Stejskal over 4 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF