Returning save data now depends on form fields, so they should always be defined
This commit is contained in:
parent
3a7e1d6d31
commit
b7505a2cd7
|
|
@ -832,6 +832,8 @@ class Form extends WidgetBase
|
|||
*/
|
||||
public function getSaveData()
|
||||
{
|
||||
$this->defineFormFields();
|
||||
|
||||
$result = [];
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue