ExportAsCsv not eagerLoading withQuery #6191
Replies: 1 comment
-
Released with Laravel Nova 5.0.0 Feel free to open up a new issue if you're still experiencing this problem on the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I want to export models with eager loading but using with() isn't enough, I have to load() each model's relations to be able to download.
Detailed steps to reproduce the issue on a fresh Nova installation:
withQuery
and add awith()
inside of itwithFormat
in it will fail when you downloadBeta Was this translation helpful? Give feedback.
All reactions