mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
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->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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user