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
1 changed files with 1 additions and 1 deletions

View File

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