This commit is contained in:
@@ -114,7 +114,7 @@ namespace AyaNova.DataList
|
||||
|
||||
//Build the SELECT portion of a list query but only to return rowid's
|
||||
|
||||
internal static string BuildForIdListResponse(List<DataListFieldDefinition> fieldDefinitions, DataListSelectionOptions dataListSelectionOptions)
|
||||
internal static string BuildForIdListResponse(List<DataListFieldDefinition> fieldDefinitions, DataListSelectedProcessingOptions dataListSelectionOptions)
|
||||
{
|
||||
//BugBug - is not including internalcriteria OR user filtered columns so they don't filter properly
|
||||
//needs to be there and also return correct 0th column for id filtering or make sure it's always the zeroth I guess
|
||||
|
||||
Reference in New Issue
Block a user