Replies: 4 comments 6 replies
-
|
Can you explain further. I'm only getting 5 queries, both with and without Model::shouldBeStrict() |
Beta Was this translation helpful? Give feedback.
-
|
I think you are using this: Can you try without overriding the |
Beta Was this translation helpful? Give feedback.
-
|
This has been added to the v3.4.0 release. cheers. |
Beta Was this translation helpful? Give feedback.
-
|
I'm not sure if it's the same issue, but I was creating the image column with:
And I solved it by directly calling the relationship.
I have this relationship in the model: |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Most of the time I use

Model::shouldBeStrict()in my projects.Filament by default eager loads relationships in the table but I see the error when I use
CuratorColumn😟At the moment I have to use

getTableQueryin the list class and load the relationship like this:But I think eager loading by default would be a great addition.
Beta Was this translation helpful? Give feedback.
All reactions