Skip to content
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

TRUNK-3968 Need to have option to void Person when the person is also a patient #744

Closed
wants to merge 1 commit into from

Conversation

aka001
Copy link
Contributor

@aka001 aka001 commented Mar 8, 2014

This pull request is not for merge. I am unable to figure out the error caused in here.
If I register a patient with some patient-id then it is also registered in the person table with a particular id as seen from mysql database. (say the id in person table for it is patient_id)
If I register a person then it gets registered it gets added in the person table with a particular id as seen from mysql database. (say the id in person table for it is person_id).
Now when I go to the URL:

  1. http://localhost:8080/openmrs/admin/person/person.form?personId=<person_id>
    (person_id is a place holder for point 2)
    It gives the correct output.
  2. http://localhost:8080/openmrs/admin/person/person.form?personId=<patient_id>
    (patient_id is a place holder for point 1)
    It shows bad redirection page.
    Screenshot attached in the Ticket.
    https://tickets.openmrs.org/browse/TRUNK-3968
    Kindly clarify. :)

@dkayiwa
Copy link
Member

dkayiwa commented Mar 10, 2014

@aka001 if you get blocked on this without a solution, feel free to unassign yourself such that others can take it up.

@dkayiwa dkayiwa closed this Mar 10, 2014
@aka001
Copy link
Contributor Author

aka001 commented Mar 10, 2014

@dkayiwa yaa done. :)

@aka001 aka001 deleted the TRUNK__3968 branch March 10, 2014 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants