ReportRunView is not filtered by associated view ids

Hi,

We have a similar issue like this: Reports not filtered on view · Issue #2945 · jmix-framework/jmix · GitHub
The difference is that we have multiple views for the same entity and different reports are available for the given entity depending on the views. Currently, all reports are available in the ReportRunView regardless of the views set for the reports. We see that the ReportSecurityManager queries the reports correctly and passes this list to the ReportRunView, however, the ReportRunView load delegate ignores this and loads the available reports again but the screen parameter is not set.

Thanks,
Peter