This commit is contained in:
2021-03-15 20:59:01 +00:00
parent 61bec07129
commit 7817288463

View File

@@ -382,6 +382,12 @@ namespace AyaNova.Biz
return null;
}
//If we get here via the /viewreport url in the client then there is no object type set so we need to set it here from the report
if(reportRequest.ObjectType==AyaType.NoType){
reportRequest.ObjectType=report.ObjectType;
}
AuthorizationRoles effectiveRoles = CurrentUserRoles;