Skip to content

Commit

Permalink
Add missing routes to compare managed VMs of a Datastore
Browse files Browse the repository at this point in the history
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733120

Add missing routes also for ems infra and other controllers
to fix the same issue.
  • Loading branch information
hstastna committed Jul 26, 2019
1 parent 5e2db32 commit 478c3d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/routes.rb
Expand Up @@ -1299,7 +1299,8 @@
show
show_list
tagging_edit
),
) +
compare_get,
:post => %w(
new
button
Expand All @@ -1326,6 +1327,7 @@
open_admin_ui_done
) +
adv_search_post +
compare_post +
dialog_runner_post +
discover_get_post +
exp_post +
Expand Down Expand Up @@ -2887,7 +2889,8 @@
vm_ram_files
vm_misc_files
x_show
),
) +
compare_get,
:post => %w(
accordion_select
button
Expand Down Expand Up @@ -2920,6 +2923,7 @@
x_show
) +
adv_search_post +
compare_post +
dialog_runner_post +
exp_post +
save_post +
Expand Down

0 comments on commit 478c3d5

Please sign in to comment.