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
About half a year ago, there was a fix for the form builder that correctly extended all hook overrides that are applied to the formSubmissions collection. See this commit
Unfortunately, this fix has never been published to npm.
Can someone release and publish a version 1.2.3? (in package.json)
To Reproduce
Install latest version of the form builder plugin
Inspect files in the node_modules folder
note that in node_modules/@payloadcms/plugin-form-builder/dist/collections/FormSubmissions/index.js the file mismatches with how the source code is.
Link to reproduction
No response
Describe the Bug
About half a year ago, there was a fix for the form builder that correctly extended all hook overrides that are applied to the formSubmissions collection. See this commit
Unfortunately, this fix has never been published to npm.
Can someone release and publish a version 1.2.3? (in package.json)
To Reproduce
Install latest version of the form builder plugin
Inspect files in the
node_modules
foldernote that in
node_modules/@payloadcms/plugin-form-builder/dist/collections/FormSubmissions/index.js
the file mismatches with how the source code is.The code in the installed index.js:
The source code:
Payload Version
2.30.3
Adapters and Plugins
form-builder
The text was updated successfully, but these errors were encountered: