Build: #194 was successful Changes by moshonk <omondi.ken@gmail.com>

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • moshonk <omondi.ken@gmail.com>

    moshonk <omondi.ken@gmail.com> 8bd520cde008293a863986dda55709550e459341

    Concept mappings are failing to save if the external id of the mapping has not been explicitly provided. This is because the uuid columns for both conceptAnswer and conceptSet do not accept null values. The commit fixes this issue.

    • api/src/main/java/org/openmrs/module/openconceptlab/importer/Saver.java (version 8bd520cde008293a863986dda55709550e459341)
  • moshonk <omondi.ken@gmail.com>

    moshonk <omondi.ken@gmail.com> 06de65ee9c8a0080eec7d1350d96d66d5dd7a435

    Check for blank strings in addition to null values in the Concept Name Uuid value when transforming the OclConcept object to a Concept object.

    • api/src/main/java/org/openmrs/module/openconceptlab/importer/Saver.java (version 06de65ee9c8a0080eec7d1350d96d66d5dd7a435)