dachcom-digital / pimcore-formbuilder

Pimcore Formbuilder - create forms easily!
Other
92 stars 47 forks source link

[BUG] Can't disable mail layout editor #420

Closed JoeyNtriga closed 1 year ago

JoeyNtriga commented 1 year ago
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.

https://github.com/dachcom-digital/pimcore-formbuilder/assets/130968595/82421a13-d381-4efd-9419-c719e6267b93

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

Thank you in advance!

solverat commented 1 year ago

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

solverat commented 1 year ago

@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?

solverat commented 1 year ago

Never mind, I was able to reproduce the issue.

solverat commented 1 year ago

this has been fixed and is available in 5.0.1

JoeyNtriga commented 1 year ago

Great! Thanks for the quick fix!