We have no data-icinga-component

This commit is contained in:
Thomas Gelf 2014-03-09 01:59:27 +01:00
parent 796265d304
commit e480ed7aad

View File

@ -317,7 +317,7 @@ class Form extends Zend_Form
$this->addElementDecorators(); $this->addElementDecorators();
$this->created = true; $this->created = true;
if (!$this->ignoreChangeDiscarding) { if (!$this->ignoreChangeDiscarding) {
$this->setAttrib('data-icinga-component', 'app/form'); //$this->setAttrib('data-icinga-component', 'app/form');
} }
} }
} }