From 478c3d5b3354efe5e95c1fb119cc9ddb29becdb4 Mon Sep 17 00:00:00 2001 From: Hilda Stastna Date: Thu, 25 Jul 2019 18:03:06 +0200 Subject: [PATCH] Add missing routes to compare managed VMs of a Datastore 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. --- config/routes.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index fb00ee22d662..4523fb3244ab 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1299,7 +1299,8 @@ show show_list tagging_edit - ), + ) + + compare_get, :post => %w( new button @@ -1326,6 +1327,7 @@ open_admin_ui_done ) + adv_search_post + + compare_post + dialog_runner_post + discover_get_post + exp_post + @@ -2887,7 +2889,8 @@ vm_ram_files vm_misc_files x_show - ), + ) + + compare_get, :post => %w( accordion_select button @@ -2920,6 +2923,7 @@ x_show ) + adv_search_post + + compare_post + dialog_runner_post + exp_post + save_post +