There was an error while loading. Please reload this page.
1 parent f133d71 commit 5458caeCopy full SHA for 5458cae
1 file changed
modules/backend/formwidgets/FieldSet.php
@@ -102,6 +102,6 @@ public function prepareVars()
102
*/
103
public function getSaveValue($value)
104
{
105
- return $this->formWidget->getSaveValue($value);
+ return FormField::NO_SAVE_DATA;
106
}
107
0 commit comments