SyncpropertyTable: no property edit without rule
This commit is contained in:
parent
e7413a2d50
commit
54660771d6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue