After login a user redirects to the “/” route and then the main view opens (@Route("") - MainView).
How to implement a flow where I want to have different main views for different security roles?
We are using Jmix ‘2.1.3’ version
After login a user redirects to the “/” route and then the main view opens (@Route("") - MainView).
How to implement a flow where I want to have different main views for different security roles?
We are using Jmix ‘2.1.3’ version