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-ui/widgets/autocomplete not found #510

Open
straumer opened this issue Mar 31, 2019 · 3 comments
Open

query-ui/widgets/autocomplete not found #510

straumer opened this issue Mar 31, 2019 · 3 comments

Comments

@straumer
Copy link

To reproduce:

I ruled out refinerycms. Once refinerycms-blog is installed, I get this error. Tell me if you're not able to reproduce it. I can't imagine what I could possibly be doing wrong a.t.m.

@gildardoperez
Copy link

gildardoperez commented Apr 4, 2019

@straumer

Override the blog backend javascript file by running this on your terminal:
> rake refinery:override javascript=blog/backend
output:
created: app/assets/javascripts/refinery/blog/backend.js

Edit your backend.js file and change the first line:
> vim app/assets/javascripts/refinery/blog/backend.js
from:
//= require jquery-ui/widgets/autocomplete
to:
//= require jquery-ui/autocomplete

Restart Server

@straumer
Copy link
Author

straumer commented Apr 4, 2019

Thanks. Then I know that works too. I forgot to mention my workaround: Go to one commit earlier than when the autocomplete line was introduced, since there didn't seem to be any major commits after that and I didn't want to deal with potential side effects.

bahudso added a commit to bahudso/refinerycms-blog that referenced this issue Apr 2, 2020
@bahudso
Copy link

bahudso commented Apr 2, 2020

I've created MR #514 to resolve this issue

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

3 participants