-
Notifications
You must be signed in to change notification settings - Fork 88
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
Console error in the CMS #173
Comments
I'm also having this issue. This error breaks viewing versioned dataobjects in the CMS for me. |
I'm also experiencing the same issue. Commenting out the line suggested by silverstripe-elliot prevents the console error, as well as allows those pages to load when refreshed, but all the buttons are still styled incorrectly. I've since wrapped it in a try statement, but to no avail. EDIT I've since confirmed that DataObjects with the Extension
I'm unsure if my changes to the JS file are helping or not, but I've noticed the following click events:
|
Can confirm I'm having the same issues @shaunjc is experiencing, though I extended as so:
|
I found the issue with the page redirecting to |
When I install the module with
2.x-dev
, I get the following error when I add a new action:Uncaught Error: cannot call methods on button prior to initialization; attempted to call method 'destroy'
. The buttons appear (without styling) on the initial load, but when I refresh the CMS it will get stuck on the "Loading" screen.If I comment out this line the console error is removed. I'm not sure what the implications of removing this line would be.
The text was updated successfully, but these errors were encountered: