From e480ed7aad86a6b1d13f765340be24a32f9edea9 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 9 Mar 2014 01:59:27 +0100 Subject: [PATCH] We have no data-icinga-component --- library/Icinga/Web/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index d93c595da..3f2ee94e7 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -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'); } } }