dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13873
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4565: Sql view - None of restricting the length of query input.
------------------------------------------------------------
revno: 4565
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2011-09-12 11:02:32 +0700
message:
Sql view - None of restricting the length of query input.
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 2011-09-08 19:22:56 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/validationRules.js 2011-09-12 04:02:32 +0000
@@ -155,8 +155,7 @@
"required" : true
},
"sqlquery" : {
- "required" : true,
- "rangelength" : [ 1, 255 ]
+ "required" : true
}
},
"dataLocking" : {