------------------------------------------------------------
revno: 16592
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Sun 2014-08-31 17:22:06 +0200
message:
  Event visualizer, fixed wrong namespace
modified:
  dhis-2/dhis-web/dhis-web-apps/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-apps/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-apps/src/main/resources/struts.xml	2014-08-27 12:44:38 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/resources/struts.xml	2014-08-31 15:22:06 +0000
@@ -36,7 +36,7 @@
 		</action>
     </package>
     
-	<package name="dhis-web-event-visualizer" extends="dhis-web-commons" namespace="/dhis-event-visualizer">
+	<package name="dhis-web-event-visualizer" extends="dhis-web-commons" namespace="/dhis-web-event-visualizer">
 		<action name="index" class="org.hisp.dhis.commons.action.NoAction">
 			<result name="success" type="redirect">index.html</result>
 		</action>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to