shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
380 stars 75 forks source link

The `Back Home` button redirects to home but doesn't close dialog #1745

Open hlayisanimazuze opened 5 months ago

hlayisanimazuze commented 5 months ago

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/dynamic/TestModule/perform-table'
  2. login account: usernam loginT and password the default password we use across our projects
  3. From the table view, click on the add button
  4. From the error message, click on the 'Back Home' button
  5. 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

Before image

After image

hlayisanimazuze commented 5 months ago

Related Item #710