=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/indicatorGroupEditorView.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/indicatorGroupEditorView.js 2011-04-11 13:46:07 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/javascript/indicatorGroupEditorView.js 2011-05-30 09:25:50 +0000 @@ -212,6 +212,14 @@ jQuery.postJSON( "getAssignedIndicatorGroups.action", { indicatorId: id }, function( json ){ + + var availabelGroups_2 = jQuery( "#view_2 #availableGroups" ); + availabelGroups_2.empty(); + for(var index in indicatorGroups) + { + availabelGroups_2.append( ''); + } + jQuery.each(json.indicatorGroups, function(i, item ){ list_2.append('' );