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