OpenMRS Core Master

Build: #1644 was successful Run by child build AUM-AUM

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 98c55a7a2cfb2c3c174184b86bc6f9ce6c226193

    Merge pull request #2192 from teleivo/TRUNK-5165
    TRUNK-5165 ConceptMapTypeEditor does not get object via uuid

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> c136144c7fbfb143012116bc2cb6fb6b84f0ca3c

    TRUNK-5165 ConceptMapTypeEditor does not get object via uuid
    ConceptMapTypeEditor does not try getting the object via uuid after it failed
    to get it via its id although the service provides the method.
    This is usually done (>30 editors for OpenmrsObjects).

    • api/src/main/java/org/openmrs/propertyeditor/ConceptMapTypeEditor.java (version c136144c7fbfb143012116bc2cb6fb6b84f0ca3c)
    • api/src/test/java/org/openmrs/propertyeditor/ConceptMapTypeEditorTest.java (version c136144c7fbfb143012116bc2cb6fb6b84f0ca3c)