mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
WIP document versioning
This commit is contained in:
parent
ba52dfa11d
commit
089457f16e
6 changed files with 222 additions and 67 deletions
|
@ -95,6 +95,9 @@ const (
|
|||
|
||||
// TypeSentSecureLink records user sending secure document link to email address(es)
|
||||
TypeSentSecureLink Type = 12
|
||||
|
||||
// TypeDraft records user marking space/document as draft
|
||||
TypeDraft Type = 13
|
||||
)
|
||||
|
||||
// TypeName returns one-work descriptor for activity type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue