refinery / refinerycms-blog

The very best blogging engine for Refinery CMS
http://refinerycms.com
305 stars 251 forks source link

query-ui/widgets/autocomplete not found #510

Open straumer opened 5 years ago

straumer commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

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 commented 4 years ago

I've created MR #514 to resolve this issue