Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
403 stars 187 forks source link

[FormBundle] Error in form pageparts #3422

Closed dannyvw closed 1 month ago

dannyvw commented 3 months ago

frontendformobject is now a FormView instead of a Form object. It triggers the following error for all form pageparts:

Neither the property "submitted" nor one of the methods "submitted()", "getsubmitted()"/"issubmitted()"/"hassubmitted()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView".

Symfony 6.4 Kunstmaan 7.1

dannyvw commented 1 month ago

Fixed by https://github.com/Kunstmaan/KunstmaanBundlesCMS/issues/3422