From 38b92847d663266ed5042918e8dfa39d81f45eb0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 29 Mar 2020 20:40:01 +0000 Subject: [PATCH] Fixed issue with translation not done in correct time when fetch template and available fields also login form button margin fixed as bottom element was obscuring if in developer mode with vertically shorter screen mode --- server/AyaNova/PickList/UserPickList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/PickList/UserPickList.cs b/server/AyaNova/PickList/UserPickList.cs index d3db37b7..6a07cc1d 100644 --- a/server/AyaNova/PickList/UserPickList.cs +++ b/server/AyaNova/PickList/UserPickList.cs @@ -39,7 +39,7 @@ namespace AyaNova.PickList }); ColumnDefinitions.Add(new AyaPickListFieldDefinition { - TKey = "UserName", + TKey = "Name", FieldKey = "username", ColumnDataType = UiFieldDataType.Text, SqlIdColumnName = "auser.id",