Closed e-t-k closed 8 years ago
This line is filtering on _id when it should be filtering on data_set_id. So uniq.length will always be 1.
https://github.com/UCSC-MedBook/patient-care/blob/d806e7f70472a7a1ecd562fd32ca3e450cd5d2f0/webapp/server/methods.js#L147
NOTE: @e-t-k gets credit for handling fixing this issue.
This line is filtering on _id when it should be filtering on data_set_id. So uniq.length will always be 1.
https://github.com/UCSC-MedBook/patient-care/blob/d806e7f70472a7a1ecd562fd32ca3e450cd5d2f0/webapp/server/methods.js#L147