dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #33094
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16852: Minor fix for case aggregate query builder.
------------------------------------------------------------
revno: 16852
committer: Tran Chau<tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-09-29 23:05:12 +0700
message:
Minor fix for case aggregate query builder.
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 2014-08-06 15:25:51 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2014-09-29 16:05:12 +0000
@@ -617,7 +617,7 @@
},
"aggregationCondition" : {
"required" : true,
- "rangelength" : [2,254]
+ "rangelength" : [2,1000]
}
},
"programStageSection" : {