dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21719
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10362: Removed unwanted auths
------------------------------------------------------------
revno: 10362
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-03-20 21:29:24 +0100
message:
Removed unwanted auths
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 2013-03-14 10:53:15 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/struts.xml 2013-03-20 20:29:24 +0000
@@ -204,14 +204,12 @@
<result name="success" type="velocity">/main.vm</result>
<param name="page">/dhis-web-dashboard-integration/addUserGroupForm.vm</param>
<param name="javascripts">javascript/usergroup.js</param>
- <param name="anyAuthorities">F_USERGROUP_PUBLIC_ADD</param>
</action>
<action name="addUserGroup"
class="org.hisp.dhis.dashboard.usergroup.action.AddUserGroupAction">
<param name="javascripts">javascript/usergroup.js</param>
<result name="success" type="redirect">getAllUserGroups.action</result>
- <param name="anyAuthorities">F_USERGROUP_PUBLIC_ADD</param>
</action>
<action name="editUserGroupForm"