From b40d0f6a1edab05b90c0943c0048ff308c72ee03 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 25 Jun 2014 10:34:09 +0200 Subject: [PATCH] FilterWidget: POST instead of GET Might have been a JS issue, but instead of messing with the URL just POSTing is easier here - and works. Filters from the search box are now added flawlessly to the filter tree. --- library/Icinga/Web/Widget/FilterWidget.php | 2 +- .../application/controllers/ListController.php | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/library/Icinga/Web/Widget/FilterWidget.php b/library/Icinga/Web/Widget/FilterWidget.php index c86c550d8..19808a4b4 100644 --- a/library/Icinga/Web/Widget/FilterWidget.php +++ b/library/Icinga/Web/Widget/FilterWidget.php @@ -73,7 +73,7 @@ class FilterWidget extends AbstractWidget { $url = Url::fromRequest(); $view = $this->view(); - $html = '