-
Notifications
You must be signed in to change notification settings - Fork 540
Missing audit log entry when adding logo to the community #5406
Copy link
Copy link
Open
Labels
DSpace-CRIS mergerThis ticket/PR relates to the merger of DSpace-CRIS into DSpace.This ticket/PR relates to the merger of DSpace-CRIS into DSpace.bugclaimed: 4Science4Science team is working on this issue & will contribute back4Science team is working on this issue & will contribute backcomponent: audit trailRelated to the Audit Trail systemRelated to the Audit Trail systemimprovementtestathonReported by a tester during Community TestathonReported by a tester during Community Testathon
Metadata
Metadata
Assignees
Labels
DSpace-CRIS mergerThis ticket/PR relates to the merger of DSpace-CRIS into DSpace.This ticket/PR relates to the merger of DSpace-CRIS into DSpace.bugclaimed: 4Science4Science team is working on this issue & will contribute back4Science team is working on this issue & will contribute backcomponent: audit trailRelated to the Audit Trail systemRelated to the Audit Trail systemimprovementtestathonReported by a tester during Community TestathonReported by a tester during Community Testathon
Type
Projects
Status
🏗 In Progress
Status
🏗 In Progress
Describe the bug
When a logo is added to a community, no corresponding entry is created in the audit logs.
According to the documentation, the auditing system logs events that modify the state of DSpace objects, including:
Adding a logo to a community changes the state of that community, so this action is expected to be recorded in the audit logs. Currently, no such entry appears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An audit log entry is created for the community logo addition.
Related work
Related to Audit trail feature