Skip to content
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

TypeError accessing Compose view in Plone 5 #641

Closed
hvelarde opened this issue Aug 18, 2016 · 1 comment · Fixed by #654
Closed

TypeError accessing Compose view in Plone 5 #641

hvelarde opened this issue Aug 18, 2016 · 1 comment · Fixed by #654
Assignees
Labels

Comments

@hvelarde
Copy link
Member

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
@hvelarde hvelarde added the bug label Aug 18, 2016
@hvelarde hvelarde mentioned this issue Aug 18, 2016
17 tasks
@rodfersou
Copy link
Member

prepOverlay is a method added from plone.app.jquerytools and is the default way to create overlays in plone 4.x AFAIK.

This issue means replace plone.app.jquerytools with other kind of overlay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants