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
Plone 5.0.5 with collective.cover installed from master branch (1.2b2, unreleased).
After creating a cover object with Layout A, try to access the Compose tab; the following JavaScript error is shown in the console:
21:37:23.653 TypeError: $(...).prepOverlay is not a function <anonymous>compose.js:99 m.Callbacks/j()default.js:2 m.Callbacks/k.fireWith()default.js:2 .ready()default.js:2 J()default.js:2 1compose.js:99:3
The text was updated successfully, but these errors were encountered:
prepOverlay is a method added from plone.app.jquerytools and is the default way to create overlays in plone 4.x AFAIK.
prepOverlay
plone.app.jquerytools
This issue means replace plone.app.jquerytools with other kind of overlay?
Sorry, something went wrong.
rodfersou
Successfully merging a pull request may close this issue.
Plone 5.0.5 with collective.cover installed from master branch (1.2b2, unreleased).
After creating a cover object with Layout A, try to access the Compose tab; the following JavaScript error is shown in the console:
The text was updated successfully, but these errors were encountered: