------------------------------------------------------------
revno: 7354
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Sat 2012-06-23 11:37:26 +0300
message:
changed js validation for orgunit.shortName, allow range [2, 49]
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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 2012-04-16 15:10:44 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2012-06-23 08:37:26 +0000
@@ -65,7 +65,7 @@
},
"shortName" : {
"required" : true,
- "rangelength" : [ 2, 25 ]
+ "rangelength" : [ 2, 49 ]
},
"code" : {
"rangelength" : [ 0, 25 ],
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp