From 02cca7c1a52a2f1965dffd972459e58276826427 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 18 Dec 2020 01:19:42 +0000 Subject: [PATCH] --- server/AyaNova/DataList/ReviewDataList.cs | 4 ++++ 1 file changed, 4 insertions(+) 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",