Skip to content

skip call to cached data, inside `updateData` action of `UTableEntity` for a non-cached entities

Havryliuk Stepan requested to merge fix/none-cached-entity-update into master

The problem occurs when the UTableEntity repository has a custom condition, that does not work with the TubCachedData. For example .where('[parentID] = [ID]', 'custom').

Merge request reports