-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Critical
-
Resolution: Completed
-
Affects Version/s: CFA 2021R6
-
Fix Version/s: None
-
Component/s: AutoNotification
-
Labels:None
-
SCRUM Team:Brotherhood of Mutants
-
Sprint:2021.R6 New Features Sprint 2, 2021.R6 New Features Sprint 3, 2021.R6 New Features Sprint 4
CFA 2021R5 - Auto notification audit log not showing correct details. After deploying CFA 21.5.14.4197 build on 7/16/2021 we noticed that audit log details are missing from Title and AuditNote columns.
SELECT *
FROM tbauditlog with (NOLOCK)
WHERE
auditdatetime between '2021-07-16 00:00:01' and '2021-07-24 04:00:00'
and audittype like '%Auto Notification%'
ORDER BY auditdatetime desc
Notice that before 7/16/21 we were able to see auto-notification title and details but after mid-day deployment audit log is now displaying some generic text.
Linking below tickets that could've impacted audit log.
- Clones
-
CFAMX-15820 Auto notification audit log not showing correct details
- Done