Hi Team,
I am using viewNavigator in the fragment for navigating back to main screen after running the backgroundTaskThread on fragment.
Scenario:
- Trying to show different screens based on logged-in user’s role.
- If user is of “Consultant” role, user need to connect to tenant first (Done through Fragment)
- After successful tenant connection in fragment screen, want to redirect or navigate it back to Mainview with different fragment screen.
- Unable to navigating but nethier jmix throws any error or exception.
- Upon refresh of page, main view displays expected fragment.