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
It looks like the link from that Payment Registry is filtering the Patient Registry on patient group instead of on patient_uuid. This is a bug.
patient_uuid
The text was updated successfully, but these errors were encountered:
I'll take this one.
Sorry, something went wrong.
fix(cash): fix link to patient registry
51697ba
This commit fixes the link that takes a user to the patient registry. Closes Third-Culture-Software#2355.
Merge #2356
2ec6718
2356: Fix: misc registry fixes r=jniles a=jniles This PR fixes two bugs. The first was a duplicated item in the dropdown of users. See below: ![usersdropdownbroken](https://user-images.githubusercontent.com/896472/33666774-4bbfa28e-da9b-11e7-8636-a51c11850fe5.PNG) _Fig 1: Duplicated Dropdown Item Disactivate_ ![usersdropdownfixed](https://user-images.githubusercontent.com/896472/33666794-5accfe7a-da9b-11e7-8f07-ca68c8bfdc7f.PNG) _Fig 2: Fixed it!_ And the second is the link from the Cash Registry to the Patient Registry which previously did nothing. Closes #2355.
jniles
Successfully merging a pull request may close this issue.
It looks like the link from that Payment Registry is filtering the Patient Registry on patient group instead of on
patient_uuid
. This is a bug.The text was updated successfully, but these errors were encountered: