=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/addProgramStageSectionForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/addProgramStageSectionForm.vm 2015-03-31 09:43:34 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/addProgramStageSectionForm.vm 2015-03-31 10:54:00 +0000 @@ -8,6 +8,7 @@ 'beforeValidateHandler' : function() { selectAllById('dataElementIds'); + selectAllById('selectedIndicators'); if(jQuery("#dataElementIds option").length > 0 ){ setFieldValue('dataElementList', 'true'); } === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramStageSectionForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramStageSectionForm.vm 2015-03-31 09:43:34 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateProgramStageSectionForm.vm 2015-03-31 10:54:00 +0000 @@ -8,6 +8,7 @@ 'beforeValidateHandler' : function() { selectAllById('dataElementIds'); + selectAllById('selectedIndicators'); if(jQuery("#dataElementIds option").length > 0 ){ setFieldValue('dataElementList', 'true'); }