diff --git a/application/tables/SyncpropertyTable.php b/application/tables/SyncpropertyTable.php index b8d319ad..075dba21 100644 --- a/application/tables/SyncpropertyTable.php +++ b/application/tables/SyncpropertyTable.php @@ -24,7 +24,13 @@ class SyncpropertyTable extends QuickTable protected function getActionUrl($row) { - return $this->url('director/syncproperty', array('id' => $row->id)); + return $this->url( + 'director/syncrule/editproperty', + array( + 'id' => $row->id, + 'rule_id' => $row->rule_id, + ) + ); } public function getTitles()