Update modules/monitoring/application/controllers/ListController.php
use form value for object type, as suggested Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
This commit is contained in:
parent
9470268f50
commit
2ecfcd2860
|
@ -361,7 +361,7 @@ class ListController extends Controller
|
||||||
);
|
);
|
||||||
$orientationBox->applyRequest($this->getRequest());
|
$orientationBox->applyRequest($this->getRequest());
|
||||||
*/
|
*/
|
||||||
$objectType = $this->getParam('objecttype', 'services');
|
$objectType = $form->getValue('objecttype');
|
||||||
$from = $form->getValue('from');
|
$from = $form->getValue('from');
|
||||||
$query = $this->backend->select()->from(
|
$query = $this->backend->select()->from(
|
||||||
'eventgrid' . $objectType,
|
'eventgrid' . $objectType,
|
||||||
|
|
Loading…
Reference in New Issue