GetDatabaseValues should always call IgnoreQueryFilters() #8883
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
It's possible to query a filtered entity using
.IgnoreQueryFilters()
, but calling.GetDatabaseValues()
on the corresponding entry returns null.The text was updated successfully, but these errors were encountered: