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

Patient Enrollment Replaces Row Instead of Adds One #8

Open
awatson1978 opened this issue Jun 25, 2015 · 0 comments
Open

Patient Enrollment Replaces Row Instead of Adds One #8

awatson1978 opened this issue Jun 25, 2015 · 0 comments

Comments

@awatson1978
Copy link
Collaborator

When enrolling a new patient, the new record is added to the database, and displays in the table. But it only shows the new record, rather than adding it to the existing table.

Patient test123 Exists in Table

screen shot 2015-06-24 at 9 15 47 pm

Patient foo123 Is Added

But instead of test123 and foo123 both being in the table, only foo123 is shown.
screen shot 2015-06-24 at 9 16 32 pm

Browser console shows that the client has three records in the Patient_Enrollment_form cursor.
screen shot 2015-06-24 at 9 18 21 pm

Result is that form reactivity is broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant