This commit is contained in:
2020-12-21 17:31:29 +00:00
parent 0b86a63417
commit efee8021ff
4 changed files with 29 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ namespace AyaNova.DataList
UiFieldDataType = (int)UiFieldDataType.Text,
SqlIdColumnName = "areminder.id",
SqlValueColumnName = "areminder.name",
SqlColorColumnName = "areminder.color",
IsRowId = true
});
@@ -107,7 +108,7 @@ namespace AyaNova.DataList
SqlValueColumnName = "areminder.stopdate"
});
FieldDefinitions.Add(new AyaDataListFieldDefinition
FieldDefinitions.Add(new AyaDataListFieldDefinition
{
TKey = "ReminderColor",
FieldKey = "ReminderColor",