Closed DanielHougaard closed 4 days ago
This PR fixes an issue related to user audit logs. The API expects actor as the field for actor ID. But the frontend was sending actorId instead of actor.
actor
actorId
Description 📣
This PR fixes an issue related to user audit logs. The API expects
actor
as the field for actor ID. But the frontend was sendingactorId
instead ofactor
.Type ✨