← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 625: Fixed bug: GIS map view could not be removed from dashboard.

 

------------------------------------------------------------
revno: 625
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-09-07 09:24:01 +0200
message:
  Fixed bug: GIS map view could not be removed from dashboard.
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/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-dashboard-integration/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml	2009-08-20 08:30:11 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml	2009-09-07 07:24:01 +0000
@@ -53,5 +53,9 @@
       <result name="success" type="redirect">index.action</result>
     </action>
     
+    <action name="removeMapView" class="org.hisp.dhis.dashboard.action.RemoveMapViewAction">
+      <result name="success" type="redirect">index.action</result>
+    </action>
+    
   </package>
 </struts>