SyncruleController: pass rule id when adding props
This commit is contained in:
parent
ccf47171fe
commit
f90f70894a
|
@ -75,7 +75,8 @@ class SyncruleController extends ActionController
|
|||
|
||||
$this->view->addLink = $this->view->qlink(
|
||||
$this->translate('Add sync property rule'),
|
||||
'director/syncproperty/add'
|
||||
'director/syncproperty/add',
|
||||
array('rule_id' => $id)
|
||||
);
|
||||
$this->getTabs()->add('edit', array(
|
||||
'url' => 'director/syncrule/edit',
|
||||
|
|
Loading…
Reference in New Issue