This commit is contained in:
@@ -224,8 +224,9 @@ namespace AyaNova.Biz
|
|||||||
|
|
||||||
//Delete sibling objects
|
//Delete sibling objects
|
||||||
//USEROPTIONS
|
//USEROPTIONS
|
||||||
await ct.Database.ExecuteSqlInterpolatedAsync($"delete from auseroptions where userid={dbObj.Id}");
|
await ct.Database.ExecuteSqlInterpolatedAsync($"delete from auseroptions where userid = {dbObj.Id}");
|
||||||
|
//personal datalistview
|
||||||
|
await ct.Database.ExecuteSqlInterpolatedAsync($"delete from adatalistview where public = {false} and userid = {dbObj.Id}");
|
||||||
|
|
||||||
await EventLogProcessor.DeleteObjectLogAsync(UserId, BizType, dbObj.Id, dbObj.Name, ct);
|
await EventLogProcessor.DeleteObjectLogAsync(UserId, BizType, dbObj.Id, dbObj.Name, ct);
|
||||||
|
|
||||||
@@ -632,7 +633,7 @@ namespace AyaNova.Biz
|
|||||||
i.UserOptions = new UserOptions();
|
i.UserOptions = new UserOptions();
|
||||||
|
|
||||||
//TimeZone Offset
|
//TimeZone Offset
|
||||||
//NOT IMPORTED / SUPPORTED
|
//NOT IMPORTED / SUPPORTED
|
||||||
|
|
||||||
|
|
||||||
//Email address
|
//Email address
|
||||||
|
|||||||
Reference in New Issue
Block a user