From 08370fb7746c660f07f31a78c8ad9ebd70d0a98c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Aug 2018 21:31:31 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/EventLogController.cs | 1 + 1 file changed, 1 insertion(+) 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 ///