This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user