dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20105
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9057: Donnot show data entry form when to click event box in visit schedule.
------------------------------------------------------------
revno: 9057
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-11-15 22:25:18 +0700
message:
Donnot show data entry form when to click event box in visit schedule.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.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/activityPlan.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js 2012-10-29 06:34:13 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js 2012-11-15 15:25:18 +0000
@@ -106,6 +106,10 @@
$('#contentDataRecord' ).load("viewProgramStageRecords.action",
{
programStageInstanceId: programStageInstanceId
+ }, function(){
+ showById('patientInforTB');
+ showById('entryForm');
+ showById('inputCriteriaDiv');
}).dialog(
{
title:i18n_program_stage,