Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/16/08 12:29:31 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to the 1.3.x branch (sideporting) to get bug fixes into an RC5 release [4745]:[4946]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/src/web/org/openmrs/web/dwr/DWRRelationshipService.java

    r4095 r4947  
    4646         
    4747        public Vector<RelationshipListItem> getRelationships(Integer personId, Integer relationshipTypeId) { 
     48                // hack to make sure other relationships aren't still hanging around 
     49                Context.clearSession(); 
     50                 
    4851                Vector<RelationshipListItem> ret = new Vector<RelationshipListItem>(); 
    4952                List<Relationship> rels = Context.getPersonService().getRelationships(Context.getPersonService().getPerson(personId));