My Index view on a VenueResource is not displaying...
# avo-2
i
My Index view on a VenueResource is not displaying any of the records. - defining the model class hasn't helped - changing the query on index - resource does appear on the sidebar -
generate avo:resource venue
didn't auto-populate the fields - I'm running it under an admin authentication. no need for pundit policies (default is installed). I did this on another rails app with no issues. **Edit**: I added a navigation count label, and it correctly shows the number of records. Just no display. - I'm using Tailwind + HAML **Edit 2**: Switching to ERB didn't fix the issue. 😦
l
Can you please check to see if you’re using the latest version of Avo? 2.31 should fix that.
If that isn’t the case, please open a GH issue with some code or a reproduction repo so we can test it please.
Code always helps.
i
I think this was the solution! Setting it to
2.31
fixed it right up.
l
great! sorry for the wild goose chase