removed uicolor from User migrate
This commit is contained in:
@@ -814,7 +814,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
var rOptions = await util.GetAsync("user-option/" + RavenId.ToString());
|
var rOptions = await util.GetAsync("user-option/" + RavenId.ToString());
|
||||||
d = rOptions.ObjectResponse["data"];
|
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.emailAddress = string.IsNullOrWhiteSpace(c.EmailAddress) ? null : c.EmailAddress;
|
||||||
d.phone1 = c.Phone1;
|
d.phone1 = c.Phone1;
|
||||||
d.phone2 = c.Phone2;
|
d.phone2 = c.Phone2;
|
||||||
@@ -996,7 +996,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
var rOptions = await util.GetAsync("user-option/" + RavenId.ToString());
|
var rOptions = await util.GetAsync("user-option/" + RavenId.ToString());
|
||||||
d = rOptions.ObjectResponse["data"];
|
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.emailAddress = string.IsNullOrWhiteSpace(c.EmailAddress) ? null : c.EmailAddress;
|
||||||
d.phone1 = c.Phone1;
|
d.phone1 = c.Phone1;
|
||||||
d.phone2 = c.Phone2;
|
d.phone2 = c.Phone2;
|
||||||
|
|||||||
Reference in New Issue
Block a user