dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13634
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4422: Fixed bug: After running Beneficiary Registration function, the selected organisation cannot add/...
------------------------------------------------------------
revno: 4422
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-08-24 13:28:41 +0700
message:
Fixed bug: After running Beneficiary Registration function, the selected organisation cannot add/update patients.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.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-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js 2011-08-19 21:33:57 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js 2011-08-24 06:28:41 +0000
@@ -12,7 +12,7 @@
hideById('listRelationshipDiv');
hideById('addRelationshipDiv');
- $.getJSON( 'organisationUnitHasPatients.action?orgunitId=' + orgUnits[0], {}
+ $.postJSON( 'organisationUnitHasPatients.action', {orgunitId:orgUnits[0]}
, function( json )
{
var type = json.response;