mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaObjectAssignmentTable: use rule_id in links
This commit is contained in:
parent
aa53d57ec8
commit
c5a75e0b9e
@ -32,7 +32,7 @@ class IcingaObjectAssignmentTable extends QuickTable
|
|||||||
|
|
||||||
protected function getActionUrl($row)
|
protected function getActionUrl($row)
|
||||||
{
|
{
|
||||||
return Url::fromRequest()->with('field_id', $row->id);
|
return Url::fromRequest()->with('rule_id', $row->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitles()
|
public function getTitles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user