Author: deepak
Date: Tue Aug 22 11:53:02 2017 New Revision: 1805756 URL: http://svn.apache.org/viewvc?rev=1805756&view=rev Log: Removed duplicated request/view mapping from plugins Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/webapp/projectmgr/WEB-INF/controller.xml ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/webapp/projectmgr/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/webapp/projectmgr/WEB-INF/controller.xml?rev=1805756&r1=1805755&r2=1805756&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/projectmgr/webapp/projectmgr/WEB-INF/controller.xml (original) +++ ofbiz/ofbiz-plugins/trunk/projectmgr/webapp/projectmgr/WEB-INF/controller.xml Tue Aug 22 11:53:02 2017 @@ -559,25 +559,6 @@ <request-map uri="EditCommunicationEvent"><security https="true" auth="true"/> <response name="success" type="view" value="EditCommunicationEvent"/> </request-map> - <request-map uri="EditPartyRates"><security https="true" auth="true"/><response name="success" type="view" value="EditPartyRates"/></request-map> - <request-map uri="createPartyRate"> - <security https="true" auth="true"/> - <event type="service" invoke="updatePartyRate"/> - <response name="success" type="view" value="EditPartyRates"/> - <response name="error" type="view" value="EditPartyRates"/> - </request-map> - <request-map uri="updatePartyRate"> - <security https="true" auth="true"/> - <event type="service" invoke="updatePartyRate"/> - <response name="success" type="view" value="EditPartyRates"/> - <response name="error" type="view" value="EditPartyRates"/> - </request-map> - <request-map uri="deletePartyRate"> - <security https="true" auth="true"/> - <event type="service" invoke="deletePartyRate"/> - <response name="success" type="view" value="EditPartyRates"/> - <response name="error" type="view" value="EditPartyRates"/> - </request-map> <request-map uri="createnewlogin"><security https="true" auth="true"/><response name="success" type="view" value="createnewlogin"/></request-map> <request-map uri="createUserLogin"> <security https="true" auth="true"/> Modified: ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1805756&r1=1805755&r2=1805756&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml (original) +++ ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml Tue Aug 22 11:53:02 2017 @@ -408,10 +408,6 @@ under the License. <security https="true" auth="true"/> <response name="success" type="view" value="backlogView"/> </request-map> - <request-map uri="EditTaskPartyAssigns"> - <security https="true" auth="true"/> - <response name="success" type="view" value="EditTaskPartyAssigns"/> - </request-map> <request-map uri="EditTask"> <security https="true" auth="true"/> <response name="success" type="view" value="EditTask"/> Modified: ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml?rev=1805756&r1=1805755&r2=1805756&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml (original) +++ ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/WEB-INF/controller.xml Tue Aug 22 11:53:02 2017 @@ -171,11 +171,6 @@ <response name="success" type="view" value="showHelp"/> </request-map> - <request-map uri="help"> - <security https="true" auth="true"/> - <response name="success" type="view" value="help"/> - </request-map> - <!-- User preference mapping --> <request-map uri="setUserPreference"> <security https="true" auth="true"/> |
Free forum by Nabble | Edit this page |