You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1265 highlighted that the data submitted through the elemental area form doesn't get saved into elements using the standard Form::saveInto(). Instead, similar (but less complex) logic is re-implemented inside BaseElement::updateFromFormData().
We should rely on the standard form submission flow as much as possible, which means removing BaseElement::updateFromFormData() in favour of Form::saveInto()
Acceptance Criteria
Form submissions for elemental blocks get saved into elements using Form::saveInto() instead of custom logic
#1265 highlighted that the data submitted through the elemental area form doesn't get saved into elements using the standard
Form::saveInto()
. Instead, similar (but less complex) logic is re-implemented insideBaseElement::updateFromFormData()
.We should rely on the standard form submission flow as much as possible, which means removing
BaseElement::updateFromFormData()
in favour ofForm::saveInto()
Acceptance Criteria
Form::saveInto()
instead of custom logicCMS 5 PRs
After merging, reassign to Guy to rebase the CMS 6 PR.
CMS 6 PRs
The text was updated successfully, but these errors were encountered: