dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30484
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15469: Fixed bug - Hide the Remove program button indashboard if the program selected has any active eve...
------------------------------------------------------------
revno: 15469
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-05-29 23:38:38 +0800
message:
Fixed bug - Hide the Remove program button indashboard if the program selected has any active events.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.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/entry.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2014-05-26 05:02:57 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2014-05-29 15:38:38 +0000
@@ -426,6 +426,7 @@
jQuery('#executionDate').val(executionDate);
jQuery("#org_" + programStageInstanceId ).html(getFieldValue("orgunitName"));
showById('inputCriteriaDiv');
+ hideById('removeProgram');
handleResponse (json);
},
error: function(request,status,errorThrown) {