mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
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)
|
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()
|
public function getTitles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user