~dhis2-devs-core/dhis2/datamart

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js

  • Committer: Lai
  • Date: 2012-08-22 07:08:08 UTC
  • Revision ID: lai.hispvietnam@gmail.com-20120822070808-o23vqnyt06iwn14i
J2ME Client Update Configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
455
455
                "serverPhoneNumber" : {
456
456
                        "digits" : true
457
457
                }
 
458
        },
 
459
        "autoUpdateClient" : {
 
460
                "version" : {
 
461
                        "required" : true,
 
462
                        "number" : true
 
463
                }
458
464
        }
459
465
};