activity
This commit is contained in:
parent
9f6f4f24de
commit
a5626014c3
@ -19,12 +19,15 @@ final class Activity
|
||||
|
||||
public const int Study_Update = 107;
|
||||
|
||||
public const int Study_Archived = 108;
|
||||
public const int Study_Archive = 108;
|
||||
|
||||
public const int Study_Delete = 109;
|
||||
public const int Attachment_Upload = 110;
|
||||
public const int Attachment_Download = 111;
|
||||
public const int Attachment_Delete = 112;
|
||||
public const int Study_Lock = 110;
|
||||
public const int Study_Unlock = 111;
|
||||
|
||||
public const int Attachment_Upload = 112;
|
||||
public const int Attachment_Download = 113;
|
||||
public const int Attachment_Delete = 114;
|
||||
|
||||
// report
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user