Hi All,

There was a serious bug in unreleased HTML Form Entry code.

*All released versions of the module are fine. If you're using HTML Form
Entry 1.7.3 or below, if you downloaded it from the module repository, or if
you got it bundled with an OpenMRS release, everything is okay fine, and you
can stop reading now.*

If you built from source between revision 22343 and 23404 (Aug 9, until
today), and you're using this in production, then you may need to deal with
a serious bug. For coded obs with style="radio" or style="dropdown",
answerConceptIds is ignored, but answerLabels is applied.

If you have something like this:
<obs conceptId="123" style="radio" answerConceptIds="1065,1066"
answerLabels="yes,no"/>
and if concept id has answers that are naturally ordered in the dictionary
as no, yes, then this will end up rendering as two radio buttons whose
labels are the reverse of what they really mean.

So, if you're using a custom HTML Form Entry build in production that was
built from code between those revisions, I strongly suggest you stop it now,
and start looking into whether you've gotten bad data entered as a result of
this.

See: https://tickets.openmrs.org/browse/HTML-206

-Darius

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

Reply via email to