After applying 23R2 (23.2.1) at a customer they noticed that after ordering an operational report through the order report screen and you want to go to the report archive to view the rendered report you get an error message saying that you are not granted when the report archive page is shown. Still, the report is there and you can open and preview it.
I did some digging and the projection causing the error is <ReportProjection>.VirtualReport_CleanupVirtualEntity. But if you go to grant the report projection in question and try to grant the action CleanupVirtualEntity (which by the way is clearly visible in the API explorer) you can’t since there is no such action on the report projection. If you look at the OrderReportTemplate projection, there you will have the CleanupVirtualEntity action (granted that of course without effect) but the same action doesn’t show up in the actual report projections, e.g. the CustomerOrderConfRep projection grants.
To me this seems like a bug in the framework - any tips on how to fix?