You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, i am trying to override Blacklight 8.0 app/views/catalog/_facet_layout.html.erb file but the changes aren't getting reflected on the production server. I have tried clearing cache too. Any idea what is going on?
I tested overriding same facet with Blacklight 7 and it worked.
Have you tried enabling config.action_view.annotate_rendered_view_with_filenames = true and viewing the page source? Does that give you any insight into what partials are being used?
Hi everyone, i am trying to override Blacklight 8.0 app/views/catalog/_facet_layout.html.erb file but the changes aren't getting reflected on the production server. I have tried clearing cache too. Any idea what is going on?
I tested overriding same facet with Blacklight 7 and it worked.
If i want to change the same view functionality in blacklight 8. What will you suggest? Blacklight 8 github repo contains app/views/catalog/_facet_layout.html.erb view. You can check here
https://github.com/projectblacklight/blacklight/blob/release-8.x/app/views/catalog/_facet_layout.html.erb
So if offcial blacklight 8 repo contains the same view, shouldn't it be easily overridden? Or there is some other way to achieve this in blacklight 8?
The text was updated successfully, but these errors were encountered: