mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
Fix tx collapse (#2972)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
2467b82d78
commit
f0928324c5
@ -346,7 +346,7 @@ class ActivityImpl implements Activity {
|
||||
): DisplayTx[] {
|
||||
const curUpdate: any = getCombineOpFromTx(result)
|
||||
|
||||
if (curUpdate === undefined || (result.doc !== undefined && editable.has(result.doc._class))) {
|
||||
if (curUpdate === undefined || (result.doc !== undefined && editable.get(result.doc._class) === true)) {
|
||||
results.push(result)
|
||||
return results
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user