AssignmentSubForm: prefix host properties

This commit is contained in:
Thomas Gelf 2016-03-30 19:24:28 +02:00
parent 8cfdbbfb1e
commit f25b8a5070
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class AssignmentSubForm extends QuickSubForm
$this->addElement('select', 'property', array(
'label' => $this->translate('Property'),
'class' => 'assign-property autosubmit',
'multiOptions' => $this->optionalEnum(IcingaHost::enumProperties($this->db))
'multiOptions' => $this->optionalEnum(IcingaHost::enumProperties($this->db, 'host.'))
));
$this->addElement('select', 'operator', array(
'label' => $this->translate('Operator'),