How to reload Navigator widget on login

3
I'm experimenting with enabling anonymous access to my application to show an initial form with alerts, etc. and a login widget to enter the application proper as an authenticated user. That works OK. However, my application uses the mendix.widget.MxNavigator navigation tree widget. When the anonymous user opens the initial form, they have no access to any of the menu items so the navigation tree is built with no entries. When the user logs in and is authenticated, the tree is still blank and does not display the menus that they should have access to. Is there any way to trigger a reload of the MxNavigator?
asked
1 answers
1

Hi David,

You are correct. It seems the client only refreshes the languages. Would you mind filling out a bug report so we can fix this? Thanks.

answered