Påvirker dette MessageConversationController? eller er det bare noe lokalt? vi krever F_SEND_MESSAGE eller ALL på kontrolleren
-- Morten On Wed, Nov 14, 2012 at 1:41 PM, <[email protected]> wrote: > ------------------------------------------------------------ > revno: 9024 > committer: Lars Helge Øverland <[email protected]> > 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"> > > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

