From 802c095bf845640edb81edf53c929e8f59829e26 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Jul 2014 09:27:10 +0200 Subject: [PATCH] Configuration values need to be inserted to forms explicitly It's the controllers' responsibility to ensure that forms are populated with configuration values on GET requests. refs #5525 --- library/Icinga/Web/Form.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 6a90e3139..73ec27331 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -113,18 +113,6 @@ class Form extends Zend_Form return $this->tokenElementName; } - /** - * Return the current configuration for this form - * - * Intended to be implemented by concrete form classes. - * - * @return array - */ - public function getConfiguration() - { - return array(); - } - /** * Create and return the elements to add to this form *