This commit is contained in:
@@ -328,7 +328,7 @@ namespace AyaNova.Biz
|
||||
|
||||
//Do we need to rehydrate the ID List from a DataList?
|
||||
if (reportDataParam.SelectedRowIds.Length == 0)
|
||||
reportDataParam.SelectedRowIds = await AyaNova.DataList.DataListFetcher.GetIdListResponseAsync(reportDataParam.DataListKey, reportDataParam.ListView, ct, effectiveRoles, log);
|
||||
reportDataParam.SelectedRowIds = await AyaNova.DataList.DataListFetcher.GetIdListResponseAsync(reportDataParam.DataListKey, reportDataParam.ListView, reportDataParam.MetaView, ct, effectiveRoles, log);
|
||||
|
||||
log.LogDebug($"Instantiating biz object handler for {reportDataParam.ObjectType}");
|
||||
var biz = BizObjectFactory.GetBizObject(reportDataParam.ObjectType, ct);
|
||||
|
||||
Reference in New Issue
Block a user