IcingaObjectAssignmentTable: use rule_id in links

This commit is contained in:
Thomas Gelf 2016-03-07 14:16:58 +01:00
parent aa53d57ec8
commit c5a75e0b9e

View File

@ -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()