------------------------------------------------------------ revno: 3732 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Wed 2011-05-25 09:48:50 +0700 message: Fix bug: Cannot add new pepresentative when clicking "is underage" in add new patient. modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml
-- 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-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml 2011-05-19 08:17:24 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml 2011-05-25 02:48:50 +0000 @@ -421,7 +421,7 @@ class="org.hisp.dhis.patient.action.patient.ShowAddRepresentativeAction"> <result name="success" type="velocity">/popup.vm</result> <param name="page">/dhis-web-maintenance-patient/underAgeForm.vm</param> - <param name="javascripts">javascript/underage.js</param> + <param name="javascripts">javascript/commons.js, javascript/underage.js</param> </action> <action name="searchPerson"
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

