Skip to content

`ClientRepository` for cached entities will add complex where attrs into fieldList

Pavlo Mashliakovskiy requested to merge fix/cachableUbqlAttrs into master

ClientRepository for cached entities will add all attributes from where and order into fieldList.

This prevents error Filtering by attribute "..." which is not in fieldList is not allowed for cached entity. Before this fix only simple attributes are added, for example parentAdminUnitID.name fails if not in fieldList

Should fix [LDOC-2295]

Edited by Pavlo Mashliakovskiy

Merge request reports

Loading