This commit is contained in:
@@ -384,6 +384,13 @@ namespace AyaNova.Biz
|
|||||||
{
|
{
|
||||||
var log = AyaNova.Util.ApplicationLogging.CreateLogger("ReportBiz::RenderReport");
|
var log = AyaNova.Util.ApplicationLogging.CreateLogger("ReportBiz::RenderReport");
|
||||||
|
|
||||||
|
//Customer User Report?
|
||||||
|
if(reportRequest.ReportId==-100){
|
||||||
|
//get the user data and set the actual report id or return null if not found
|
||||||
|
|
||||||
|
HERE NEXT
|
||||||
|
}
|
||||||
|
|
||||||
//get report, vet security, see what we need before init in case of issue
|
//get report, vet security, see what we need before init in case of issue
|
||||||
var report = await ct.Report.FirstOrDefaultAsync(z => z.Id == reportRequest.ReportId);
|
var report = await ct.Report.FirstOrDefaultAsync(z => z.Id == reportRequest.ReportId);
|
||||||
if (report == null)
|
if (report == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user