mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
Comment edit fix (#2442)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
bae3559f10
commit
c9cf866066
@ -267,7 +267,7 @@ class ActivityImpl implements Activity {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
const tx = TxProcessor.extractTx(cltx)
|
const tx = TxProcessor.extractTx(cltx)
|
||||||
if ([core.class.TxCreateDoc, core.class.TxRemoveDoc].includes(tx._class)) return true
|
if ([core.class.TxCreateDoc, core.class.TxUpdateDoc, core.class.TxRemoveDoc].includes(tx._class)) return true
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user