This commit is contained in:
@@ -74,7 +74,7 @@ namespace AyaNova.PickList
|
||||
sb.Append("{");
|
||||
//Build required part of column definition
|
||||
if (!o.IsCustomField)
|
||||
sb.Append($"\"cm\":\"{o.LtKey}\",\"dt\":{(int)o.UiFieldDataType}");
|
||||
sb.Append($"\"cm\":\"{o.LtKey}\",\"dt\":{(int)o.ColumnDataType}");
|
||||
else
|
||||
{
|
||||
//insert specific type for this custom field
|
||||
|
||||
Reference in New Issue
Block a user