Closed bmamlin closed 3 years ago
This was a strict code bug, bad queryset filtering for OpenMRS schema validation. This is fixed and deployed to QA.
@snyaggarwal @bmamlin can this be closed or does it require additional review?
This can be closed
@snyaggarwal to confirm with Burke this has been tested in order to close
Burke Mentioned on a call this is working
When testing out the OCL for OpenMRS client against API v2, I was able to create some concepts, but it appears they are not getting added to the collection as expected. I think I've tracked the problem down to this:
returning a
500 Internal Server Error
I've added two more concepts to my dictionary in the OCL client. I can see the concepts in the source, but the collection only shows the first concept with an invalid link (concepts 2 & 3 are missing from the collection).
Here's the trace from Django: