mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +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)
|
||||
{
|
||||
return Url::fromRequest()->with('field_id', $row->id);
|
||||
return Url::fromRequest()->with('rule_id', $row->id);
|
||||
}
|
||||
|
||||
public function getTitles()
|
||||
|
Loading…
x
Reference in New Issue
Block a user