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

This commit is contained in:
2020-03-29 20:40:01 +00:00
parent 63ba7099ce
commit 38b92847d6

View File

@@ -39,7 +39,7 @@ namespace AyaNova.PickList
});
ColumnDefinitions.Add(new AyaPickListFieldDefinition
{
TKey = "UserName",
TKey = "Name",
FieldKey = "username",
ColumnDataType = UiFieldDataType.Text,
SqlIdColumnName = "auser.id",