This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user