Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issues with FormStorage events #168

Open
dnwhte opened this issue Jul 20, 2020 · 1 comment
Open

Compatibility issues with FormStorage events #168

dnwhte opened this issue Jul 20, 2020 · 1 comment

Comments

@dnwhte
Copy link

dnwhte commented Jul 20, 2020

I have an event handler that hooks into the FormStorage.Saving event and modifies the form name. This works fine when using Umbraco Forms default storage, but does not when using blob storage. The event handler is still firing, but the name is not updated.

Oddly enough, it does work when using the FormStorage.Created event.

Forms are setup to use blob storage as instructed here: https://our.umbraco.com/documentation/add-ons/umbracoforms/developer/IFileSystem/

Umbraco 7.15.4
Umbraco Forms 7.4.1

@JimBobSquarePants
Copy link
Contributor

If I were you I would build from the source and attempt to debug on your system. Determine is different about the information passed via event.

Forms should have been tested against both (since this is now the de facto documented Azure solution) but it seems not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants