SyncpropertyTable: no property edit without rule

This commit is contained in:
Thomas Gelf 2015-11-14 14:51:44 +01:00
parent e7413a2d50
commit 54660771d6

View File

@ -24,7 +24,13 @@ class SyncpropertyTable extends QuickTable
protected function getActionUrl($row) 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() public function getTitles()