=== modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/javascript/updateValidationRuleGroupForm.js' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/javascript/updateValidationRuleGroupForm.js 2013-10-13 18:23:51 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/javascript/updateValidationRuleGroupForm.js 2013-10-13 19:01:22 +0000 @@ -1,6 +1,8 @@ jQuery( document ).ready( function() { jQuery( "#name" ).focus(); + + changeRuleType(); validation2( 'updateValidationRuleGroupForm', function( form ) { === modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/javascript/validationRule.js' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/javascript/validationRule.js 2013-10-13 18:58:45 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/javascript/validationRule.js 2013-10-13 19:01:22 +0000 @@ -9,7 +9,8 @@ hideById( 'annualSampleCountTR'); hideById( 'highOutliersTR'); hideById( 'lowOutliersTR'); - } else + } + else { showById( 'organisationUnitLevelTR'); showById( 'sequentialSampleCountTR');