SyncruleController: pass rule id when adding props

This commit is contained in:
Thomas Gelf 2015-11-02 09:24:22 +01:00
parent ccf47171fe
commit f90f70894a
1 changed files with 2 additions and 1 deletions

View File

@ -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',