mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
Process fixes (#10541)
* Process fixes Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> * Some fixes Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> --------- Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -60,9 +60,7 @@
|
||||
|
||||
$: selected = _id !== undefined ? items.find((it) => it.id === _id)?.id : undefined
|
||||
|
||||
$: processes = client
|
||||
.getModel()
|
||||
.findAllSync(plugin.class.Process, { masterTag: { $in: ancestors }, _id: { $ne: process._id } })
|
||||
$: processes = client.getModel().findAllSync(plugin.class.Process, { masterTag: { $in: ancestors } })
|
||||
|
||||
function changeThis (): void {
|
||||
step.params = {}
|
||||
|
||||
Reference in New Issue
Block a user