Revert "IcingaZoneForm: allow to set object_type for now"
This reverts commit 28862ccb12
.
This commit is contained in:
parent
90600ffe33
commit
358590024c
|
@ -8,7 +8,7 @@ class IcingaZoneForm extends DirectorObjectForm
|
|||
{
|
||||
public function setup()
|
||||
{
|
||||
$this->addObjectTypeElement();
|
||||
$this->addHidden('object_type', 'object');
|
||||
|
||||
$this->addElement('text', 'object_name', array(
|
||||
'label' => $this->translate('Zone (template) name'),
|
||||
|
|
Loading…
Reference in New Issue