quick icon indicating copy to clipboard operation
quick copied to clipboard

Eager Loading Relationships doesn't work when using QuickCollection.

Open DavidWard98 opened this issue 3 years ago • 0 comments

Entities that have their newCollection() method overridden to use a QuickCollection cannot eager load relationships.

Using with('relationship') or collection.load('relationship') throws a "The value returned from the getEager function is not of type array." Looks like the problem is on the quick BaseEntity line 2482.

DavidWard98 avatar Oct 27 '21 19:10 DavidWard98