1
0
Fork 0
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:
sauls8t 2018-03-19 13:01:53 +00:00
parent a7a82d9fe3
commit eb3bebf20d

View file

@ -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