Open straumer opened 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
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.
I've created MR #514 to resolve this issue
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.