If unathorised user access a view without the required permissions, the dialog gets displayed with error message, however when a user clicks on the button available in the middle, it redirects but does not close the dialog
login account: usernam loginT and password the default password we use across our projects
From the table view, click on the add button
From the error message, click on the 'Back Home' button
Actual Results: The dialog still shows, while the background has navigate to home. If the error message is from the details view or table view, it navigates successfully
Expected behavior
Upon clicking back home, the dialog should also close
Steps to reproduce the behavior:
loginT
and password the default password we use across our projectsExpected behavior Upon clicking back home, the dialog should also close
Before
After