dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18651
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7907: Fixed issue with web portal in-memory notification
------------------------------------------------------------
revno: 7907
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-08-13 16:18:26 +0200
message:
Fixed issue with web portal in-memory notification
modified:
dhis-2/dhis-web/dhis-web-portal/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-portal/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-portal/src/main/resources/struts.xml 2012-03-04 13:26:24 +0000
+++ dhis-2/dhis-web/dhis-web-portal/src/main/resources/struts.xml 2012-08-13 14:18:26 +0000
@@ -8,7 +8,7 @@
<package name="dhis-web-portal" extends="dhis-web-commons" namespace="/dhis-web-portal">
- <action name="redirect" class="org.hisp.dhis.commons.action.NoAction">
+ <action name="redirect" class="org.hisp.dhis.wp.action.NoAction">
<result name="success" type="velocity">/main.vm</result>
<param name="page">/dhis-web-portal/redirect.vm</param>
<param name="javascripts">javascript/intro.js</param>