From a5626014c345305d611ed1505373747bffb14da3 Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Sat, 11 Jan 2025 22:36:35 +0600 Subject: [PATCH] activity --- app/Services/AuditTrail/Activity.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/Services/AuditTrail/Activity.php b/app/Services/AuditTrail/Activity.php index a1ad7c7..ad47fbb 100644 --- a/app/Services/AuditTrail/Activity.php +++ b/app/Services/AuditTrail/Activity.php @@ -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