mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
EQMS-1541: fixes TeamStep in qms document wizard (#8840)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
parent
37309e1718
commit
978b0ca939
@ -36,11 +36,15 @@
|
||||
|
||||
docObject[type] = users
|
||||
}
|
||||
|
||||
$: reviewers = docObject?.reviewers ?? []
|
||||
$: approvers = docObject?.approvers ?? []
|
||||
$: coAuthors = docObject?.coAuthors ?? []
|
||||
</script>
|
||||
|
||||
{#if docObject !== undefined}
|
||||
<div class="root">
|
||||
<DocTeam controlledDoc={docObject} {space} on:update={handleUpdate} />
|
||||
<DocTeam controlledDoc={docObject} {space} on:update={handleUpdate} {approvers} {reviewers} {coAuthors} />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user