This commit is contained in:
2021-08-11 22:09:31 +00:00
parent 1b820120f5
commit e637753bc5

View File

@@ -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);