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

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

Git

  • icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com>

    icrc-toliveira <70152448+icrc-toliveira@users.noreply.github.com> bf03d5253d1aad2d2b6cad51429966f8d1d984b1

    EA-171 - Changed GP_LAST_VIEWED_PATIENT_SIZE_LIMIT validation to be d… (#206)
    * EA-171 - Changed GP_LAST_VIEWED_PATIENT_SIZE_LIMIT validation to be done inside getDefaultLocale
    (The validation is now done every time the function is called)

    * EA-171 - Reverse removal of limit validation
    Although processMessage is called during Openmrs start, and getLastViewedPatientSizeLimit already validate the limit, this function is also called every time a new recentPatient is added, so indeed limit is required

    * EA-171 - Change from using commons logging to the slf4j facade

    • api/src/main/java/org/openmrs/module/emrapi/event/PatientViewedEventListener.java (version bf03d5253d1aad2d2b6cad51429966f8d1d984b1)
    • api/src/main/java/org/openmrs/module/emrapi/utils/GeneralUtils.java (version bf03d5253d1aad2d2b6cad51429966f8d1d984b1)