mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
activity employee fix (#2441)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
a9d839245d
commit
bae3559f10
@ -56,9 +56,11 @@
|
||||
let edit = false
|
||||
|
||||
$: if (tx.tx._id !== ptx?.tx._id) {
|
||||
if (tx.tx.modifiedBy !== employee?._id) {
|
||||
employee = undefined
|
||||
}
|
||||
viewlet = undefined
|
||||
props = undefined
|
||||
employee = undefined
|
||||
model = []
|
||||
ptx = tx
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user