You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user comes to the users app from an external app/page, then on clicking back button the app starts following the app specific routing and thus gets moved to the user specific page
Expected behavior
When users app is opened using some external app, then on back the user should again move to the external app from where the users app is opened.
Steps to reproduce the issue
Open facilities app and go to the any facility details view
On details page, check on the logic card and click view details
Users app gets opened and now clicking back button user list page opens, but again the facility details page should open.
Can you handle fixing this bug by yourself?
YES
NO
Environment details
Browser:
OS:
Code Version:
Additional information
We need to define an additional param in the URL which will tell whether we need to move again to the external app or need to follow the apps routing
The text was updated successfully, but these errors were encountered:
ymaheshwari1
changed the title
When navigate to the users app from an external source, on going back the user should again move to the parent page
When navigate to the users app from an external source, on going back the user should again move to the parent app
Feb 16, 2024
Current behavior
When user comes to the users app from an external app/page, then on clicking back button the app starts following the app specific routing and thus gets moved to the user specific page
Expected behavior
When users app is opened using some external app, then on back the user should again move to the external app from where the users app is opened.
Steps to reproduce the issue
Can you handle fixing this bug by yourself?
Environment details
Additional information
We need to define an additional param in the URL which will tell whether we need to move again to the external app or need to follow the apps routing
The text was updated successfully, but these errors were encountered: