EQMS-1471: Fixed authorship and ownership semantics & labels in qms to prevent confusion (#8629)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko
2025-04-21 17:31:47 +04:00
committed by GitHub
parent d4517bbbdb
commit d450a7397f
14 changed files with 79 additions and 68 deletions
@@ -143,7 +143,7 @@
<StatePresenter value={$controlledDocument} showTag={false} />
</DocumentInfo>
<DocumentInfo label={documentsRes.string.Owner}>
<DocumentInfo label={documentsRes.string.Author}>
<OwnerPresenter
_id={$controlledDocument.owner}
object={$controlledDocument}
@@ -153,7 +153,7 @@
/>
</DocumentInfo>
<DocumentInfo label={documentsRes.string.Author}>
<DocumentInfo label={documentsRes.string.Creator}>
<PersonPresenter value={$controlledDocument.author} disabled={true} />
</DocumentInfo>
</div>