Hi I found a bug when editing aggregation queries. Here is the diff against 2.18-SNAPSHOT, but it also exists in the 2.17 builds.
09:35:23|dhis-2:dan$bzr diff === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateCaseAggregation.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateCaseAggregation.vm 2014-11-03 13:35:42 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-program/updateCaseAggregation.vm 2014-11-25 14:18:04 +0000 @@ -24,7 +24,7 @@ <tr> <td><label for="name">$i18n.getString( "name" ) <em title="$i18n.getString( "required" )" class="required">*</em></label></td> - <td><input type="text" id="name" name="name" value="$encoder.htmlEncode(caseAggregation.name)"></td> + <td><input type="text" id="name" name="name" value="$encoder.htmlEncode($caseAggregation.name)"></td> </tr> <tr> Dan Cocos BAO Systems www.baosystems.com <http://www.baosystems.com/> T: +1 202-352-2671 | skype: dancocos
-- Mailing list: https://launchpad.net/~dhis2-devs-core Post to : dhis2-devs-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs-core More help : https://help.launchpad.net/ListHelp