This commit is contained in:
@@ -137,6 +137,15 @@ namespace Sockeye.DataList
|
||||
});
|
||||
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "DatabaseID",
|
||||
FieldKey = "DatabaseID",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlValueColumnName = "apurchase.dbid"
|
||||
});
|
||||
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "Tags",
|
||||
|
||||
Reference in New Issue
Block a user