dachcom-digital/pimcore-formbuilder

[BUG] Can't disable mail layout editor

Closed this issue · 5 comments

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

Hi,
I've encountered a problem with the mail layout editor in the newest version of the formbuilder (v5.0) on Pimcore version 11.0.12. I am unable to disable the mail layout editor, and it doesn't seem to load correctly. This issue is causing problems when I submit the form, triggering the following error:
Screenshot 2023-10-23 at 12 23 43

I've followed the installation procedure without encountering any errors, so I'm unsure where the problem lies. The video below illustrates the issue I'm facing.

Screen.Recording.2023-10-23.at.12.12.06.mov

Would anyone have insights into what might be causing this behaviour and how it might be resolved?

Thank you in advance!

Thanks for the detailed report. That's definitely a bug, i'll look into it!

@JoeyNtriga just to be sure, have you executed bin/console doctrine:migrations:migrate --prefix 'FormBuilderBundle\Migrations' after updating to the latest 5.0.0 version?

Never mind, I was able to reproduce the issue.

this has been fixed and is available in 5.0.1

Great! Thanks for the quick fix!