-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Clicking on "Add Allergy" link on visit page takes you to the patient page #994
Comments
@baoqchau maybe! thanks, I will check again |
@jkleinsc, the issue here is that the The reason why that didn't happen in @baoqchau's case is because the visit model is new, which sets To solve the issue on an existing visit, setting So, I fixed it in #1040 by rendering the modal into the application modal outlet instead, like most modals in the app are implemented. |
Expected behavior:
Clicking on that link would pop-up the dialog to enter a new allergy, without leaving the page
Actual behavior:
click navigates off the visit page to the patient page
Steps to reproduce:
Screenshots (if applicable):
OS and Browser:
OSX 10.10.5, Chrome 55.0.2924.87 (64-bit)
@jkleinsc
The text was updated successfully, but these errors were encountered: