removed uicolor from User migrate

This commit is contained in:
2021-10-06 22:25:27 +00:00
parent 4a13ef3e9c
commit 8c4ab1e95c

View File

@@ -814,7 +814,7 @@ namespace AyaNova.PlugIn.V8
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));
// d.uiColor = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(c.ScheduleBackColor));
d.emailAddress = string.IsNullOrWhiteSpace(c.EmailAddress) ? null : c.EmailAddress;
d.phone1 = c.Phone1;
d.phone2 = c.Phone2;
@@ -996,7 +996,7 @@ namespace AyaNova.PlugIn.V8
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));
//d.uiColor = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(c.ScheduleBackColor));
d.emailAddress = string.IsNullOrWhiteSpace(c.EmailAddress) ? null : c.EmailAddress;
d.phone1 = c.Phone1;
d.phone2 = c.Phone2;