This commit is contained in:
2020-11-18 17:11:58 +00:00
parent aee2bbcdfa
commit 01198a427b

View File

@@ -141,9 +141,6 @@ namespace AyaNova.Biz
if (newObject.UserOptions == null)
{
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;
}