From a954425eb4c4a4699037adc66d63453182466d40 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 --- config/routes.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 8f44c9d75e6b..d355105a9eef 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2889,7 +2889,8 @@ vm_ram_files vm_misc_files x_show - ), + ) + + compare_get, :post => %w( accordion_select button @@ -2922,6 +2923,7 @@ x_show ) + adv_search_post + + compare_post + dialog_runner_post + exp_post + save_post +