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
Since upgrading to 5.3.x any page or object which is not localized can not be published, drafted. When checking the console there was this error message:
Uncaught TypeError: Cannot read properties of undefined (reading 'elemental-area-id')
at e.fn.init.onbeforesubmitform (bundle.js?m=1725229120:1:52032)
at e.fn.init. (vendor.js?m=1731968536:1:111017)
at o (vendor.js?m=1731968536:1:102610)
at e.fn.init.from .cms-edit-form_beforesubmitform (vendor.js?m=1731968536:1:102806)
at HTMLDocument. (vendor.js?m=1731968536:1:110895)
at HTMLDocument.dispatch (vendor.js?m=1731968536:1:741792)
at m.handle (vendor.js?m=1731968536:1:739783)
at Object.trigger (vendor.js?m=1731968536:1:771793)
at HTMLFormElement. (vendor.js?m=1731968536:1:772391)
at Function.each (vendor.js?m=1731968536:1:705023)
How to reproduce
Install Fluent module
Apply ElementalPageExtension to Page.
Create a new locale
Try to hit "Copy & publish" - cms action button
Behaviour:
Nothing happens, only that error-msg in console shows up
Possible Solution
No response
Additional Context
No response
Validations
Check that there isn't already an issue that reports the same bug
Double check that your reproduction steps work in a fresh installation of silverstripe/installer (with any code examples you've provided)
Module version(s) affected
5.3.2
Description
Since upgrading to 5.3.x any page or object which is not localized can not be published, drafted. When checking the console there was this error message:
Uncaught TypeError: Cannot read properties of undefined (reading 'elemental-area-id')
at e.fn.init.onbeforesubmitform (bundle.js?m=1725229120:1:52032)
at e.fn.init. (vendor.js?m=1731968536:1:111017)
at o (vendor.js?m=1731968536:1:102610)
at e.fn.init.from .cms-edit-form_beforesubmitform (vendor.js?m=1731968536:1:102806)
at HTMLDocument. (vendor.js?m=1731968536:1:110895)
at HTMLDocument.dispatch (vendor.js?m=1731968536:1:741792)
at m.handle (vendor.js?m=1731968536:1:739783)
at Object.trigger (vendor.js?m=1731968536:1:771793)
at HTMLFormElement. (vendor.js?m=1731968536:1:772391)
at Function.each (vendor.js?m=1731968536:1:705023)
How to reproduce
Behaviour:
Nothing happens, only that error-msg in console shows up
Possible Solution
No response
Additional Context
No response
Validations
silverstripe/installer
(with any code examples you've provided)PRs
The text was updated successfully, but these errors were encountered: