1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1328

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 78461c00254a0c1d3b5413741555c2e45fa753f0 Voided parent obs should consider voided group members - TRUNK-4940 (cherry picked from commit 6c87b3d76676de3def1a3dad91e1c9df945df8fa)
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.