mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 03:54:57 +02:00
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:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user