Apply filterFields before saving the form (#927)

This commit is contained in:
Marc Jauvin 2023-07-25 17:04:43 -04:00 committed by GitHub
parent 529ded7cb6
commit 646621cee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1177,6 +1177,7 @@ class Form extends WidgetBase
public function getSaveData()
{
$this->defineFormFields();
$this->applyFiltersFromModel();
$result = [];