We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In CNS, clicking on back button ideally it should redirect to the specific facility or facility tab but clicking on it the page simply refreshes without any changes url : https://care.ohc.network/facility/ea9a2fbe-74f3-446b-bdb0-e038766bfb09/cns?page=1&limit=6
To Reproduce Steps to reproduce the behavior:
Expected behavior it should redirect to the specific facility or facility tab
cc : @rithviknishad
The text was updated successfully, but these errors were encountered:
Same issue is present for all tabs too (facility list, patient list, asset list), etc...
Looks like the pagination query parameters are being applied after being mounted causing it to have an additional navigation in the history.
Pressing back takes to the previous URL, but pagination filter gets reapplied, and hence stuck in a loop.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
In CNS,
clicking on back button ideally it should redirect to the specific facility or facility tab but clicking on it the page simply refreshes without any changes
url : https://care.ohc.network/facility/ea9a2fbe-74f3-446b-bdb0-e038766bfb09/cns?page=1&limit=6
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should redirect to the specific facility or facility tab
cc : @rithviknishad
The text was updated successfully, but these errors were encountered: