mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Provider foundation for doc lifecycle and versions
This commit is contained in:
parent
4e32bffebe
commit
958f4d30b9
19 changed files with 918 additions and 782 deletions
|
@ -93,6 +93,12 @@ const (
|
|||
// DocumentApprove means you can approve a change to a document
|
||||
DocumentApprove Action = "doc-approve"
|
||||
|
||||
// DocumentLifecycle means you can move a document between DRAFT/LIVE/ARCHIVE states
|
||||
DocumentLifecycle Action = "doc-lifecycle"
|
||||
|
||||
// DocumentVersion means you can manage document versions
|
||||
DocumentVersion Action = "doc-version"
|
||||
|
||||
// CategoryView action means you can view a category and documents therein
|
||||
CategoryView Action = "view"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue