Author: adrianc
Date: Tue Jun 2 22:32:14 2009
New Revision: 781190
URL:
http://svn.apache.org/viewvc?rev=781190&view=revLog:
Restored WorkEffort requestlist request that was removed in rev 776994.
Modified:
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=781190&r1=781189&r2=781190&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Tue Jun 2 22:32:14 2009
@@ -57,6 +57,8 @@
<request-map uri="main"><security https="true" auth="true"/><response name="success" type="view" value="mytasks"/></request-map>
+ <request-map uri="requestlist"><security https="true" auth="true"/><response name="success" type="view" value="RequestList"/></request-map>
+
<request-map uri="mytasks"><security https="true" auth="true"/><response name="success" type="view" value="mytasks"/></request-map>
<request-map uri="UserJobs"><security https="true" auth="true"/><response name="success" type="view" value="UserJobs"/></request-map>