mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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()
|
public function getSaveData()
|
||||||
{
|
{
|
||||||
|
$this->defineFormFields();
|
||||||
|
|
||||||
$result = [];
|
$result = [];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user