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
the ViewMiddleware / Controller uses the GetByKey and GetContentEntity methods on the GORM projection which doesn't return related entities. the GetList method does return the items with relations. In theory all the methods use the same GORM query build functions Table, Model, Preload and Find.
Write test to replicate issue
Try omitting fields and see if that helps (that seems to be the only different from GetList
The text was updated successfully, but these errors were encountered:
the ViewMiddleware / Controller uses the
GetByKey
andGetContentEntity
methods on the GORM projection which doesn't return related entities. theGetList
method does return the items with relations. In theory all the methods use the same GORM query build functionsTable
,Model
,Preload
andFind
.The text was updated successfully, but these errors were encountered: