Build: #979 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Code commits

openmrs-core master

  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> 78461c00254a0c1d3b5413741555c2e45fa753f0

    Voided parent obs should consider voided group members - TRUNK-4940 (cherry picked from commit 6c87b3d76676de3def1a3dad91e1c9df945df8fa)

    • api/src/main/java/org/openmrs/validator/ObsValidator.java (version 78461c00254a0c1d3b5413741555c2e45fa753f0)
  • Daniel Kayiwa

    Daniel Kayiwa d98373d8a0cc5163181a48fc0b64d43281c0e975

    Merge pull request #1832 from MitchellBot/trunk-4913
    TRUNK-4913 Concept.hbm.xml not-null on optional changedBy

  • MitchellBot <mitchell.jim.p@gmail.com>

    MitchellBot <mitchell.jim.p@gmail.com> 067347f05b5496e5de4105ae33a3f115b581127d

    TRUNK-4913 Concept.hbm.xml not-null on optional changedBy
    Removed not-null="true"

    Removed the not-null requirement from the many-to-many relationship on the changedBy column. I confirmed against a newly generated hbm.xml for Concept that this constraint doesn't belong. Build success, all tests passed. No new tests required.

    • api/src/main/resources/org/openmrs/api/db/hibernate/Concept.hbm.xml (version 067347f05b5496e5de4105ae33a3f115b581127d)