You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type anything into the search bar and submit it very quickly. Quickly means hitting return before the "Search for *x* in: Host Name, Service Name" thing pops up.
This results in the following error/stack trace:
Method "getFilter" does not exist and was not trapped in __call()
#0 /usr/share/icingaweb2/library/Icinga/Web/Controller/ActionController.php(614): Zend_Controller_Action->__call()
#1 /usr/share/icingaweb2/modules/notifications/application/controllers/IncidentsController.php(47): Icinga\Web\Controller\ActionController->__call()
#2 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action.php(516): Icinga\Module\Notifications\Controllers\IncidentsController->indexAction()
#3 /usr/share/icingaweb2/library/Icinga/Web/Controller/Dispatcher.php(76): Zend_Controller_Action->dispatch()
#4 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Front.php(954): Icinga\Web\Controller\Dispatcher->dispatch()
#5 /usr/share/icingaweb2/library/Icinga/Application/Web.php(294): Zend_Controller_Front->dispatch()
#6 /usr/share/icingaweb2/library/Icinga/Application/webrouter.php(105): Icinga\Application\Web->dispatch()
#7 /usr/share/icingaweb2/public/index.php(4): require_once(String)
#8 {main}
Versions: c5310ed in the current icinga/icingaweb2:master container.
The text was updated successfully, but these errors were encountered:
Icinga DB Web does have the getFilter() method defined in its own base controller, but IncidentsController and probably some of other controllers of this module directly extend CompatController that don't define the getFilter() method.
Steps to reproduce:
/notifications/incidents
)This results in the following error/stack trace:
Versions: c5310ed in the current icinga/icingaweb2:master container.
The text was updated successfully, but these errors were encountered: