This commit is contained in:
2021-12-23 17:49:06 +00:00
parent 04abe2adcb
commit 20e4826e9c
29 changed files with 29 additions and 29 deletions

View File

@@ -331,7 +331,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}