From 403b96670f538e3d4b670a4d1e40fd1522f281e4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 17 May 2019 20:58:37 +0000 Subject: [PATCH] --- devdocs/todo.txt | 1 + server/AyaNova/biz/BizRoles.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 3a456818..0108efc5 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -20,6 +20,7 @@ Do I need ownerId for anything if it's not being used anymore for rules?? OwnerID is put on httpcontext in startup.cs, will it still be necessary? Clean up owner ID and rules now that it's deprecated Fix tests until they run properly + - some weirdness with an attachment test needs to be worked out as well NOT THIS: QB TLS STUFF, SERVER UPDATES, MAIL SERVER CONFIG CHECK AND UPDATE AFTER THAT FIGURE OUT SELF OWNED RIGHTS / SUBCONTRACTOR diff --git a/server/AyaNova/biz/BizRoles.cs b/server/AyaNova/biz/BizRoles.cs index 26032434..226ed93f 100644 --- a/server/AyaNova/biz/BizRoles.cs +++ b/server/AyaNova/biz/BizRoles.cs @@ -166,6 +166,7 @@ namespace AyaNova.Biz string json = Newtonsoft.Json.JsonConvert.SerializeObject(roles, Newtonsoft.Json.Formatting.None); //Output roles JSON FRAGMENT string for CLIENT to log + System.Diagnostics.Debugger.Log(1, "JSONFRAGMENTFORCLIENT", "BizRoles.cs -> Client roles JSON fragment:"); System.Diagnostics.Debugger.Log(1, "JSONFRAGMENTFORCLIENT", json); //ONGOING VALIDATION TO CATCH MISMATCH WHEN NEW ROLES ADDED (wont' catch changes to existing unfortunately)