OpenMRS Core Master

Build: #1645 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> 8c88e1e0e2018ffa5a78b06d8a9eb511d8da7371

    Merge pull request #2193 from teleivo/TRUNK-5167
    TRUNK-5167 PersonEditor does not throw if Person not found

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

    Ivo Ulrich <teleivo@users.noreply.github.com> 68755f31a1f50df79fad31409a085fe31da00078

    Merge pull request #2191 from teleivo/TRUNK-5166
    TRUNK-5166 ConceptReferenceTermEditorTest does not get object via uuid

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> a648272062ee1d3ab75f20049216979653e542c4 m

    TRUNK-5167 PersonEditor does not throw if Person not found
    PersonEditor does not throw an IllegalArgumentException if Person
    is not found given text which is different than ~30 PropertyEditors for OpenmrsObjects

    • api/src/main/java/org/openmrs/propertyeditor/PersonEditor.java (version a648272062ee1d3ab75f20049216979653e542c4)
    • api/src/test/java/org/openmrs/propertyeditor/PersonEditorTest.java (version a648272062ee1d3ab75f20049216979653e542c4)
  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 834d9dec88773e41a4a723bb4a0b1a3606e2e8a9 m

    TRUNK-5166 ConceptReferenceTermEditorTest 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/ConceptReferenceTermEditor.java (version 834d9dec88773e41a4a723bb4a0b1a3606e2e8a9)
    • api/src/test/java/org/openmrs/propertyeditor/ConceptReferenceTermEditorTest.java (version 834d9dec88773e41a4a723bb4a0b1a3606e2e8a9)