I have created a single application that has multiple views setup. I have three users who need to access different portions of the app. I have setup the **view permissions** for each user's required Role and removed the default="true" from the nav for the app. Now when i test, only the first VIEW shows up no matter which user is logged in. Which causes an error. I can change the view name in the address bar and it will open but not by default.
So given that i have setup all the required permissions and updated the default.xml for the app to remove any default=true setting, what could be causing the default view to be the first in the nav regardless of who is logged in? Normally based on permissions for each view, the first view that a user has permissions to, would load on login. This is not happening. Thoughts?
↧