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

Query Editor js error on AEM 6.5.10 #234

Open
pebcakerror opened this issue Nov 2, 2021 · 1 comment
Open

Query Editor js error on AEM 6.5.10 #234

pebcakerror opened this issue Nov 2, 2021 · 1 comment

Comments

@pebcakerror
Copy link

AEM 6.5.10

Query Editor throws js/angular error when 'Run Query' button is clicked.

ReferenceError: _ is not defined angularjs.js:92 
    at params (clientlibs.js:97)
    at k.$scope.query (clientlibs.js:108)
    at angularjs.js:177
    at angularjs.js:194
    at k.$eval (angularjs.js:112)
    at k.$apply (angularjs.js:112)
    at HTMLButtonElement.<anonymous> (angularjs.js:194)
    at HTMLButtonElement.dispatch (jquery.js:5232)
    at HTMLButtonElement.elemData.handle (jquery.js:4884)

Snag_185923c6

@ncautotest
Copy link

a quick fix is provided in #239 (comment) but ideally it would be cleaner to get rid of the underscore dependency; the usages that I've found seem to be limited to _.each()

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

No branches or pull requests

2 participants