dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14217
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4744: (mobile) added proper authorities for saving a data value
------------------------------------------------------------
revno: 4744
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-09-28 15:15:32 +0200
message:
(mobile) added proper authorities for saving a data value
modified:
dhis-2/dhis-web/dhis-web-light/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-light/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-light/src/main/resources/struts.xml 2011-09-28 10:34:08 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/resources/struts.xml 2011-09-28 13:15:32 +0000
@@ -38,6 +38,7 @@
<result name="success" type="redirect">/dhis-web-light/index.action</result>
<result name="error" type="velocity">/dhis-web-light/main.vm</result>
<param name="page">/dhis-web-light/dataEntry.vm</param>
+ <param name="requiredAuthorities">F_DATAVALUE_ADD,F_DATAVALUE_UPDATE,F_DATAVALUE_DELETE</param>
</action>
<!-- dashboard -->