=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/GetPatientAction.java' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/GetPatientAction.java 2011-03-25 04:52:13 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/GetPatientAction.java 2011-03-28 04:11:31 +0000 @@ -115,10 +115,6 @@ public String execute() throws Exception { - try - { - - patient = patientService.getPatient( id ); patientIdentifier = patientIdentifierService.getPatientIdentifier( patient ); @@ -188,15 +184,11 @@ } programs = programService.getAllPrograms(); -System.out.println("\n programs : " + programs); + noGroupAttributes = patientAttributeService.getPatientAttributesNotGroup(); -System.out.println("\n noGroupAttributes : " + noGroupAttributes); + attributeGroups = patientAttributeGroupService.getAllPatientAttributeGroups(); -System.out.println("\n attributeGroups : " + attributeGroups); - - }catch(Exception ex){ - ex.printStackTrace(); - } + return SUCCESS; } === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramStageForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramStageForm.vm 2011-03-24 06:04:40 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramStageForm.vm 2011-03-28 04:11:31 +0000 @@ -100,8 +100,8 @@ - + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/programStage.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/programStage.js 2010-10-22 09:23:05 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/programStage.js 2011-03-28 04:11:31 +0000 @@ -8,7 +8,7 @@ jQuery("#availableList").children().each(function(i, item){ if( item.selected ){ html = "" + item.text + ""; - html += ""; + html += ""; html += ""; selectedList.append( html ); jQuery( item ).remove(); === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2011-03-24 06:04:40 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2011-03-28 04:11:31 +0000 @@ -9,16 +9,19 @@