This commit is contained in:
@@ -274,6 +274,9 @@ namespace AyaNova.Biz
|
||||
//suitable for the database to handle as all database dates are in UTC
|
||||
//Local display and parsing will be considered a CLIENT issue at all times
|
||||
|
||||
DateTime RelativeNow=DateTime.Now;
|
||||
|
||||
|
||||
if (sValue.StartsWith("{[") && sValue.EndsWith("]}"))
|
||||
{
|
||||
#region Build criteria for date RANGE TOKEN specified
|
||||
|
||||
@@ -781,6 +781,17 @@ namespace AyaNova.Biz
|
||||
}
|
||||
}
|
||||
|
||||
//User options
|
||||
|
||||
//TimeZone Offset
|
||||
var tzo = j["TimeZoneOffset"].Value<decimal>();
|
||||
i.UserOptions.TimeZoneOffset = tzo;
|
||||
|
||||
//Email address
|
||||
i.UserOptions.EmailAddress = j["EmailAddress"].Value<string>();
|
||||
|
||||
//UI colour
|
||||
i.UserOptions.UiColor = j["ScheduleBackColor"].Value<int>();
|
||||
|
||||
|
||||
//Set unusable random login credentials
|
||||
|
||||
Reference in New Issue
Block a user