Ticket #809: syncCreateConceptFix.patch
| File syncCreateConceptFix.patch, 0.9 kB (added by nzeyi, 7 months ago) |
|---|
Path for create concept fix. |
-
/home/chase/workspace/openmrs-sync/src/api/org/openmrs/synchronization/SyncUtil.java
old new 518 518 } 519 519 else Context.getConceptService().updateConcept((Concept)o, true); 520 520 */ 521 if ( !knownToExist ) Context.getConceptService().createConcept((Concept) o );521 if ( !knownToExist ) Context.getConceptService().createConcept((Concept) o, true); 522 522 else Context.getConceptService().updateConcept((Concept) o); 523 523 } else if ( "org.openmrs.ConceptAnswer".equals(className) ) { 524 524 if ( !knownToExist ) Context.getConceptService().createConceptAnswer((ConceptAnswer)o, true);
Download in other formats:
Powered by Trac 0.10.5
By Edgewall Software.
Visit the Trac open source project at
http://trac.edgewall.com/