mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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
This commit is contained in:
parent
21cd503ee7
commit
802c095bf8
@ -113,18 +113,6 @@ class Form extends Zend_Form
|
|||||||
return $this->tokenElementName;
|
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
|
* Create and return the elements to add to this form
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user