mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
Activity load fix (#3303)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -74,11 +74,13 @@
|
||||
const res = activityQuery.update(
|
||||
objectId,
|
||||
objectClass,
|
||||
(result) => {
|
||||
txes = filterCollectionTxes(result)
|
||||
(_id, result) => {
|
||||
if (_id === objectId) {
|
||||
txes = filterCollectionTxes(result)
|
||||
|
||||
if (txes.length > 0) {
|
||||
loading = false
|
||||
if (txes.length > 0) {
|
||||
loading = false
|
||||
}
|
||||
}
|
||||
},
|
||||
SortingOrder.Ascending,
|
||||
|
||||
Reference in New Issue
Block a user