1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Tidy up draft permission handling

Removes inconsistency of approvals vs. lifecycle.
This commit is contained in:
sauls8t 2019-06-11 10:38:39 +01:00
parent 2a45c82b46
commit a710839f69
2 changed files with 4 additions and 14 deletions

View file

@ -46,9 +46,9 @@
<div class="perm-name">Templates</div>
<div class="perm-desc">Can create and publish document templates</div>
<div class="perm-name">Approval</div>
<div class="perm-desc">Can approve or reject document content changes</div>
<div class="perm-name">Lifecycle</div>
<div class="perm-desc">Can mark documents as Draft, Live and Archived</div>
<div class="perm-desc">Can approve or reject document content changes, move drafts to live.</div>
<div class="perm-name">Drafts</div>
<div class="perm-desc">Can view and work on documents marked as draft</div>
<div class="perm-name">Versions</div>
<div class="perm-desc">Can create document version and link them together</div>
</div>
@ -89,7 +89,7 @@
<th class="text-info">Copy</th>
<th class="text-info">Templates</th>
<th class="text-info">Approval</th>
<th class="text-info">Lifecycle</th>
<th class="text-info">Drafts</th>
<th class="text-info">Versions</th>
</tr>
</thead>