svn commit: r798829 - /ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r798829 - /ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml

hansbak-2
Author: hansbak
Date: Wed Jul 29 09:57:20 2009
New Revision: 798829

URL: http://svn.apache.org/viewvc?rev=798829&view=rev
Log:
correct error in add item to the calendar

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=798829&r1=798828&r2=798829&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Wed Jul 29 09:57:20 2009
@@ -64,7 +64,7 @@
 
     <request-map uri="UserJobs"><security https="true" auth="true"/><response name="success" type="view" value="UserJobs"/></request-map>
 
-    <request-map uri="calendar"><security https="true" auth="true"/><response name="success" type="view" value="calendar"/></request-map>
+    <request-map uri="calendar"><security https="true" auth="true"/><response name="success" type="view" value="calendar" save-home-view="true"/></request-map>
 
     <!--  WorkEffort Related Summary request mappings -->
     <request-map uri="WorkEffortSummary"><security https="true" auth="true"/><response name="success" type="view" value="WorkEffortSummary"/></request-map>