We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you are viewing a page in the CMS and then navigate to a page containing a gridfield, you will get a nasty JS errors.
Error: "Cannot mutate DI container after it has been initialised"
The error stack doesn't explicitly point to anything in colymba/gridfield-bulk-editing-tools. However, the error goes away if your remove the module.
colymba/gridfield-bulk-editing-tools
If you refresh that page you do not get any error, even on navigation.
This got notice while working on silverstripe/silverstripe-cms#2230. It use to block other request, but it got fix by silverstripe/silverstripe-admin#769.
admin/pages
Notice the error in the console.
https://youtu.be/qJMFiwKbEOU
The text was updated successfully, but these errors were encountered:
Also related: #176
I think we need to set aside some time to fix these bugs soon! cc @brynwhyman
Sorry, something went wrong.
No branches or pull requests
Affected version
Description
If you are viewing a page in the CMS and then navigate to a page containing a gridfield, you will get a nasty JS errors.
The error stack doesn't explicitly point to anything in
colymba/gridfield-bulk-editing-tools
. However, the error goes away if your remove the module.If you refresh that page you do not get any error, even on navigation.
This got notice while working on silverstripe/silverstripe-cms#2230. It use to block other request, but it got fix by silverstripe/silverstripe-admin#769.
Steps to reproduce
admin/pages
url.Notice the error in the console.
https://youtu.be/qJMFiwKbEOU
The text was updated successfully, but these errors were encountered: