=== 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 2015-01-09 12:55:21 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2015-03-06 15:02:18 +0000 @@ -158,7 +158,7 @@ "name" : { "required" : true, "alphanumericwithbasicpuncspaces" : true, - "rangelength" : [ 2, 150 ] + "rangelength" : [ 2, 160 ] }, "shortName" : { "required" : true, @@ -216,7 +216,7 @@ "dataElement" : { "name" : { "required" : true, - "rangelength" : [ 2, 150 ], + "rangelength" : [ 2, 160 ], "alphanumericwithbasicpuncspaces" : true, "notOnlyDigits" : true }, @@ -226,18 +226,13 @@ "alphanumericwithbasicpuncspaces" : true, "notOnlyDigits" : true }, - "alternativeName" : { - "rangelength" : [ 2, 150 ], - "alphanumericwithbasicpuncspaces" : true, - "notOnlyDigits" : true - }, "code" : { "rangelength" : [ 0, 50 ], "alphanumericwithbasicpuncspaces" : true, "notOnlyDigits" : false }, "formName" : { - "rangelength" : [ 2, 150 ], + "rangelength" : [ 2, 160 ], "alphanumericwithbasicpuncspaces" : false, "notOnlyDigits" : false }, @@ -292,7 +287,7 @@ "indicator" : { "name" : { "required" : true, - "rangelength" : [ 2, 150 ], + "rangelength" : [ 2, 160 ], "alphanumericwithbasicpuncspaces" : true, "nostartwhitespace" : true }, @@ -301,10 +296,6 @@ "rangelength" : [ 2, 50 ], "alphanumericwithbasicpuncspaces" : true }, - "alternativeName" : { - "rangelength" : [ 2, 150 ], - "alphanumericwithbasicpuncspaces" : true - }, "code" : { "rangelength" : [ 0, 50 ], "alphanumericwithbasicpuncspaces" : true, @@ -337,7 +328,7 @@ "indicatorType" : { "name" : { "required" : true, - "rangelength" : [ 2, 150 ], + "rangelength" : [ 2, 160 ], "alphanumericwithbasicpuncspaces" : true }, "factor" : {