mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
FilterEditor: addTo method for special operations
Removed obsolete mark function
This commit is contained in:
parent
ee16391720
commit
8858069514
@ -28,6 +28,8 @@ class FilterEditor extends AbstractWidget
|
|||||||
|
|
||||||
protected $url;
|
protected $url;
|
||||||
|
|
||||||
|
protected $addTo;
|
||||||
|
|
||||||
protected $preserveParams = array();
|
protected $preserveParams = array();
|
||||||
|
|
||||||
protected $ignoreParams = array();
|
protected $ignoreParams = array();
|
||||||
@ -131,9 +133,9 @@ class FilterEditor extends AbstractWidget
|
|||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function markIndex($idx)
|
protected function addFilterToId($id)
|
||||||
{
|
{
|
||||||
$this->selectedIdx = $idx;
|
$this->addTo = $id;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user