-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Patient name shows "undefined" for a time being during back and forth from Prescription page #2945
Comments
Look's like a navigation issue. @joshxg knows more about this than me but from what I can see, it looks like the If the prescription is deleted (which I think it has to be), the Tried so far:
Neither solved the problem, so any ideas appreciated! |
@wlthomson I haven't looked in depth (I can if you want me to though) - but is there a selector for the name? Just `name ?? "" maybe? def an annoyance through a combo of realm + deleting requirement! I suspect the prescriber name is the same? If not, can just use whatever thats doing? Same thing with the title in the top left I think? |
@joshxg Made a quick fix by tweaking a couple of |
…-name-on-back #2945 fix undefined patient name on back
Fixed by #3012. |
Tested in V6.0.0 rc3 Testing
|
Describe the bug
Patient name shows "undefined" during back and forth from Dispense page
To reproduce
Steps to reproduce the behavior:
https://recordit.co/ywG2rmPLZI
Expected behaviour
Patient name should not be shown as "Undefined Undefined" even for a second for better user experience.
Proposed Solution
Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase.
Version and device info
Additional context
arises while testing tablet feature for PR https://github.com/sussol/msupply/pull/6236
The text was updated successfully, but these errors were encountered: