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

View File

@ -75,7 +75,8 @@ class SyncruleController extends ActionController
$this->view->addLink = $this->view->qlink( $this->view->addLink = $this->view->qlink(
$this->translate('Add sync property rule'), $this->translate('Add sync property rule'),
'director/syncproperty/add' 'director/syncproperty/add',
array('rule_id' => $id)
); );
$this->getTabs()->add('edit', array( $this->getTabs()->add('edit', array(
'url' => 'director/syncrule/edit', 'url' => 'director/syncrule/edit',