jmix
jmix copied to clipboard
MainView skips checking anonymous access when nested anonymous view is opened
Environment
Jmix: 2.2.x
Steps to reproduce
The case is the following:
-
MainViewdoes not have anonymous access -
BlankView-withlayout = MainView.class` has anonymous access
The direct link to BlankView opens BlankView and MainView even if it does not have anonymous access.
ER
The direct link to BlankView should raise Access denied since lack of anonymous access to MainView