mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +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 $addTo;
|
||||
|
||||
protected $preserveParams = array();
|
||||
|
||||
protected $ignoreParams = array();
|
||||
@ -131,9 +133,9 @@ class FilterEditor extends AbstractWidget
|
||||
return $html;
|
||||
}
|
||||
|
||||
public function markIndex($idx)
|
||||
protected function addFilterToId($id)
|
||||
{
|
||||
$this->selectedIdx = $idx;
|
||||
$this->addTo = $id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user