skip call to cached data, inside `updateData` action of `UTableEntity` for a non-cached entities
The problem occurs when the UTableEntity
repository has a custom
condition, that does not work with the TubCachedData
. For example .where('[parentID] = [ID]', 'custom')
.