dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20061
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9024: Removed req authority for sending messages
------------------------------------------------------------
revno: 9024
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-11-14 13:39:53 +0100
message:
Removed req authority for sending messages
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 2012-11-08 13:26:59 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml 2012-11-14 12:39:53 +0000
@@ -65,7 +65,6 @@
<action name="sendMessage" class="org.hisp.dhis.dashboard.message.action.SendMessageAction">
<result name="success" type="redirect">message.action</result>
- <param name="requiredAuthorities">F_SEND_MESSAGE</param>
</action>
<action name="sendFeedback" class="org.hisp.dhis.dashboard.message.action.SendFeedbackAction">
@@ -83,7 +82,6 @@
<param name="menu">/dhis-web-commons/about/menuDashboard.vm</param>
<param name="javascripts">../dhis-web-commons/oust/oust.js,javascript/message.js,../dhis-web-commons/select2/select2.min.js</param>
<param name="stylesheets">style/dashboard.css,../dhis-web-commons/select2/select2.css</param>
- <param name="requiredAuthorities">F_SEND_MESSAGE</param>
</action>
<action name="showSendFeedback" class="org.hisp.dhis.dashboard.action.NoAction">
Follow ups