Skip to content

Commit

Permalink
MBS-9901: Fix preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-csg committed Feb 2, 2025
1 parent 71d7880 commit bf89d68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/form/base_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public function process_dynamic_submission(): array {

$this->postprocess_editors($formdata);

$this->set_data($formdata);

return [
'update' => true,
];
Expand Down

0 comments on commit bf89d68

Please sign in to comment.