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)