← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15088: Fixed bug - Exception thrown when to delete an program-stage entry form defined.

 

------------------------------------------------------------
revno: 15088
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-04-29 16:31:32 +0800
message:
  Fixed bug - Exception thrown when to delete an program-stage entry form defined.
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/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-program/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/resources/struts.xml	2014-04-25 17:24:42 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/resources/struts.xml	2014-04-29 08:31:32 +0000
@@ -499,7 +499,7 @@
     </action>
 
     <action name="delDataEntryForm"
-      class="org.hisp.dhis.trackedentity.action.dataentryform.DelDataEntryFormAction">
+      class="org.hisp.dhis.trackedentity.action.dataentryform.RemoveDataEntryFormAction">
       <result name="success" type="redirect">
         programStage.action?id=${programId}
       </result>