`UTableEntity` store - fixed refresh of one row in case repository contains `custom` where condition (fix is in LocalDataStorage)
-
LocalDataStorage.doFiltration
- 3'nd argument semantic changed fromskipSubQueries
toskipSubQueriesAndCustom
. This allows to estimate record match most of where conditions in client-side. -
UTableEntity
store - fixed refresh of one row in case repository containscustom
where condition (fix is in LocalDataStorage)