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
Cannot manage block placement. Javascript error
e.g. at blocks/admin/placement/edit/1 cannot drag & drop block placements.
blocks/admin/placement/edit/1
Javascript error in console on page load:
TypeError: undefined is not a function (near '...$('#assignedblocklist tbody').sortable...')
The text was updated successfully, but these errors were encountered:
current workaround is to simply edit the block and change position placement there.
Sorry, something went wrong.
I improved a dropdown menu display in cb3df04
But I can not reproduce the issue. Works for me with asset combination disabled and enabled. Opened /blocks/admin/placement/edit/7 and changed some block placements using drag n drop without any issue.
/blocks/admin/placement/edit/7
✅ I have asset combination disabled
I also can see this warning.
OK - I have determined that it isn't working when using my theme. when I switch back to BootstrapTheme then it works.
do you have any idea what might cause that?
it appears that jquery-ui is not being included
Include jQuery-UI in the block position editing template
bbf02c2
fixed #4400
👍
Guite
No branches or pull requests
Cannot manage block placement. Javascript error
e.g. at
blocks/admin/placement/edit/1
cannot drag & drop block placements.
Javascript error in console on page load:
The text was updated successfully, but these errors were encountered: