-
Notifications
You must be signed in to change notification settings - Fork 6
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
Craft.BulkEditModal is not a constructor
when attempting to edit
#44
Comments
Could you try updating to at least Craft 3.7.47.1? I believe this is related to craftcms/cms#11555 |
Unfortunately, we are currently at the highest supported version for one of our critical plugins. |
Are you sure? Going from 3.7.46 to 3.7.x really shouldn't impact other plugins. Regardless, it doesn't look like that bug existed prior to 3.7.47, so it's probably not that issue anyway. Could you try clearing your caches, especially the cpresources cache? I just tried the plugin on 3.7.46 and didn't have any issues. A couple other questions if that doesn't work:
|
I will have to take another look at the supported versions for our plugin list. Clearing all caches did not seem to have any affect.
Full list of plugins / versions:
|
Describe the bug
When selecting the "Bulk Edit" option from the dropdown, nothing happens. The following error is instead ejected to the developer console:
Uncaught TypeError: Craft.BulkEditModal is not a constructor
Steps To Reproduce
Screenshots
If applicable, add screenshots to help explain your problem.
Environmental Info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: