diff --git a/server/AyaNova/Controllers/EventLogController.cs b/server/AyaNova/Controllers/EventLogController.cs index 85ef1e0e..6dad1e78 100644 --- a/server/AyaNova/Controllers/EventLogController.cs +++ b/server/AyaNova/Controllers/EventLogController.cs @@ -47,6 +47,7 @@ namespace AyaNova.Api.Controllers //Need to set roles properly // User should be able to get own user log, but not someone else's without elevated rights, this is a bizadmin type thing, ops maybe shouldn't be able to see it? Or should? not sure //Owner or with rights to type should be able to get object log +//SEE ATTACHMENT CONTROLLER FOR CODE TO GET RIGHTS TO AD-HOC OBJECTS //Actual log processor and constructor should be in EventLogProcessor ///