From e637753bc5188fbb012204fae5013c3aeceedea0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 11 Aug 2021 22:09:31 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 18c15cc..1a31297 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -626,8 +626,8 @@ namespace AyaNova.PlugIn.V8 Addv7v8IdMap(c.ID, RavenId); //USER OPTIONS - if (c.ScheduleBackColor != 0 || !string.IsNullOrWhiteSpace(c.EmailAddress)) - { + // if (c.ScheduleBackColor != 0 || !string.IsNullOrWhiteSpace(c.EmailAddress)) + // { var rOptions = await util.GetAsync("user-option/" + RavenId.ToString()); d = rOptions.ObjectResponse["data"]; d.uiColor = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(c.ScheduleBackColor)); @@ -638,7 +638,7 @@ namespace AyaNova.PlugIn.V8 d.translationId = 1; await util.PutAsync("user-option/" + RavenId.ToString(), d.ToString()); - } + // } //Attachments / FILES await ExportAttachments(ObjectTID, progress); @@ -805,8 +805,8 @@ namespace AyaNova.PlugIn.V8 Addv7v8IdMap(c.ID, RavenId); //USER OPTIONS - if (c.ScheduleBackColor != 0 || !string.IsNullOrWhiteSpace(c.EmailAddress)) - { + //if (c.ScheduleBackColor != 0 || !string.IsNullOrWhiteSpace(c.EmailAddress)) + //{ var rOptions = await util.GetAsync("user-option/" + RavenId.ToString()); d = rOptions.ObjectResponse["data"]; d.uiColor = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(c.ScheduleBackColor)); @@ -817,7 +817,7 @@ namespace AyaNova.PlugIn.V8 d.translationId = 1; await util.PutAsync("user-option/" + RavenId.ToString(), d.ToString()); - } + // } //Attachments / FILES await ExportAttachments(ObjectTID, progress);