This commit is contained in:
@@ -57,7 +57,7 @@ namespace AyaNova.DataList
|
||||
|
||||
FieldDefinitions.Add(new AyaDataListFieldDefinition
|
||||
{
|
||||
TKey = "FileExists",
|
||||
TKey = "AttachmentExists",
|
||||
FieldKey = "exists",
|
||||
UiFieldDataType = (int)UiFieldDataType.Bool,
|
||||
SqlValueColumnName = "afileattachment.exists"
|
||||
@@ -84,7 +84,7 @@ namespace AyaNova.DataList
|
||||
|
||||
FieldDefinitions.Add(new AyaDataListFieldDefinition
|
||||
{
|
||||
TKey = "Notes",
|
||||
TKey = "AttachmentNotes",
|
||||
FieldKey = "notes",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlValueColumnName = "afileattachment.notes"
|
||||
|
||||
Reference in New Issue
Block a user