dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24380
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11941: Disable the progarm dropdown when loading program list after to select other orgunit in Person ma...
------------------------------------------------------------
revno: 11941
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-09-06 02:28:11 +0700
message:
Disable the progarm dropdown when loading program list after to select other orgunit in Person management.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2013-09-05 17:59:57 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2013-09-05 19:28:11 +0000
@@ -2,6 +2,8 @@
{
showById('selectDiv');
showById('searchDiv');
+ showById( "programLoader" );
+ disable('programIdAddPatient');
showById('mainLinkLbl');
hideById('listPatientDiv');
hideById('editPatientDiv');