mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Apply filterFields before saving the form (#927)
This commit is contained in:
parent
529ded7cb6
commit
646621cee8
@ -1177,6 +1177,7 @@ class Form extends WidgetBase
|
||||
public function getSaveData()
|
||||
{
|
||||
$this->defineFormFields();
|
||||
$this->applyFiltersFromModel();
|
||||
|
||||
$result = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user