OpenMRS Core Master

Build: #1628 was successful

Job: Build and Test was successful

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> acf93745f5ce982d762974b5a0138feed1020e39

    Merge pull request #2170 from teleivo/TRUNK-5158
    TRUNK-5158 PropertyEditors check for null primary key in getAsText

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 6d6e4a568901a3606a7e1538d18fe48b5eb77b06

    TRUNK-5158 PropertyEditors check for null primary key in getAsText
    remove check if OpenmrsObject.id is null in getAsText() in case the object is not null
    since its the PK and its guaranteed to be not null.

    • api/src/main/java/org/openmrs/propertyeditor/ConceptMapTypeEditor.java (version 6d6e4a568901a3606a7e1538d18fe48b5eb77b06)
    • api/src/main/java/org/openmrs/propertyeditor/ConceptReferenceTermEditor.java (version 6d6e4a568901a3606a7e1538d18fe48b5eb77b06)
    • api/src/main/java/org/openmrs/propertyeditor/PersonEditor.java (version 6d6e4a568901a3606a7e1538d18fe48b5eb77b06)