mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Add activity type TypeVersioned
This commit is contained in:
parent
a7a82d9fe3
commit
eb3bebf20d
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ const (
|
|||
|
||||
// TypeDraft records user marking space/document as draft
|
||||
TypeDraft Type = 13
|
||||
|
||||
// TypeVersioned records user creating new document version
|
||||
TypeVersioned Type = 14
|
||||
)
|
||||
|
||||
// TypeName returns one-work descriptor for activity type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue