This commit is contained in:
@@ -141,9 +141,6 @@ namespace AyaNova.Biz
|
|||||||
if (newObject.UserOptions == null)
|
if (newObject.UserOptions == null)
|
||||||
{
|
{
|
||||||
newObject.UserOptions = new UserOptions();
|
newObject.UserOptions = new UserOptions();
|
||||||
//todo: for now defaulting to server boot config but might need to add this to the route as an option
|
|
||||||
//now that it's not in the actual user record itself anymore as it's kind of critical
|
|
||||||
//revisit when get to client ui
|
|
||||||
newObject.UserOptions.TranslationId = ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID;
|
newObject.UserOptions.TranslationId = ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user