From c5a75e0b9e8c667d927faddfa618b178298f489e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 7 Mar 2016 14:16:58 +0100 Subject: [PATCH] IcingaObjectAssignmentTable: use rule_id in links --- application/tables/IcingaObjectAssignmentTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/tables/IcingaObjectAssignmentTable.php b/application/tables/IcingaObjectAssignmentTable.php index 3e1c8612..139808b5 100644 --- a/application/tables/IcingaObjectAssignmentTable.php +++ b/application/tables/IcingaObjectAssignmentTable.php @@ -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()