=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2011-10-05 13:46:03 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2011-10-06 07:29:00 +0000 @@ -249,7 +249,7 @@ "required" : true, "alphanumericwithbasicpuncspaces" : true, "notOnlyDigits" : true, - "rangelength" : [ 3, 150 ] + "rangelength" : [ 2, 150 ] } }, "dataElementGroupSet" : { @@ -319,7 +319,7 @@ "indicatorGroup" : { "name" : { "required" : true, - "rangelength" : [ 3, 150 ], + "rangelength" : [ 2, 150 ], "alphanumericwithbasicpuncspaces" : true } }, === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm 2011-10-03 08:50:39 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm 2011-10-06 07:29:00 +0000 @@ -41,9 +41,7 @@ $i18n.getString( "available_data_elements" ) - $i18n.getString( "group_members" ) - - + $i18n.getString( "group_members" ) === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm 2011-10-03 08:50:39 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm 2011-10-06 07:29:00 +0000 @@ -46,9 +46,7 @@ $i18n.getString( "available_data_elements" ) - $i18n.getString( "group_members" ) - - + $i18n.getString( "group_members" )