diff --git a/server/AyaNova/DataList/ReviewDataList.cs b/server/AyaNova/DataList/ReviewDataList.cs index 00a4572d..5ddc813f 100644 --- a/server/AyaNova/DataList/ReviewDataList.cs +++ b/server/AyaNova/DataList/ReviewDataList.cs @@ -54,6 +54,10 @@ namespace AyaNova.DataList TODO: have to figure out how to include name and openable link to object in reminder //or do I?... outstanding for sure + //The only efficient way to do this would be a Function that is outer joined to fetch the names + //maybe that's an option, look into a query that joins tables to Function + //https://dba.stackexchange.com/a/194912 + FieldDefinitions.Add(new AyaDataListFieldDefinition { TKey = "AyaType",