From 9f91b745433e4b2b2342e2283fc3ef0ecd4ebe75 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 30 Jan 2021 01:21:36 +0000 Subject: [PATCH] --- server/AyaNova/models/DataListSelectedProcessingOptions.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/AyaNova/models/DataListSelectedProcessingOptions.cs b/server/AyaNova/models/DataListSelectedProcessingOptions.cs index 8d80170e..95f4e495 100644 --- a/server/AyaNova/models/DataListSelectedProcessingOptions.cs +++ b/server/AyaNova/models/DataListSelectedProcessingOptions.cs @@ -22,6 +22,9 @@ namespace AyaNova.Models } } +TODO: recode this to fulfil requirements of datalistfetcher in the same way as +//DataListTableProcessingOptions constructor +//clean out datalistfetcher comments and similar afterwards public async Task RehydrateIdList(AyContext ct, AuthorizationRoles userRoles, Microsoft.Extensions.Logging.ILogger log, long userId) { if (SelectedRowIds.Length == 0)