More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #1594 was successful Changes by Daniel Kayiwa and Venkata Jaswanth <aj.jaswanth@gmail.com>

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • Daniel Kayiwa

    Daniel Kayiwa 8c4eb7d1b23abf2426234870f8a8e6e286cec70b

    Merge pull request #93 from aj-jaswanth/master
    Correct fallback of concept names in a locale

  • Venkata Jaswanth <aj.jaswanth@gmail.com>

    Venkata Jaswanth <aj.jaswanth@gmail.com> 2cfed2a071d60d6ab10926d96e8a297e15a7718a

    Correct fallback of concept names in a locale
    1) If short name is not available for a concept in a locale use its fully specified name in that locale
    2) If fully specified name is also not available in that locale, use short name name of that concept in the system default locale
    3) If short name is not available for the system default locale, use its fully specified name

    • api/src/main/java/org/openmrs/module/emrapi/encounter/ConceptMapper.java (version 2cfed2a071d60d6ab10926d96e8a297e15a7718a)
    • api/src/test/java/org/openmrs/module/emrapi/encounter/ConceptMapperTest.java (version 2cfed2a071d60d6ab10926d96e8a297e15a7718a)