svn commit: r761529 - in /ofbiz/trunk/applications: humanres/webapp/humanres/WEB-INF/controller.xml order/widget/ordermgr/RequestMenus.xml

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

svn commit: r761529 - in /ofbiz/trunk/applications: humanres/webapp/humanres/WEB-INF/controller.xml order/widget/ordermgr/RequestMenus.xml

hansbak-2
Author: hansbak
Date: Fri Apr  3 05:33:14 2009
New Revision: 761529

URL: http://svn.apache.org/viewvc?rev=761529&view=rev
Log:
make editcontactmech within employee profile working in HR again

Modified:
    ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
    ofbiz/trunk/applications/order/widget/ordermgr/RequestMenus.xml

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=761529&r1=761528&r2=761529&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Fri Apr  3 05:33:14 2009
@@ -536,7 +536,7 @@
     </request-map>
     <request-map uri="EmployeeProfile">
         <security https="true" auth="true"/>
-        <response name="success" type="view" value="EmployeeProfile"/>
+        <response name="success" type="view" value="EmployeeProfile" save-home-view="true"/>
     </request-map>
     <request-map uri="findSkillTypes">
         <security https="true" auth="true"/>

Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequestMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequestMenus.xml?rev=761529&r1=761528&r2=761529&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequestMenus.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequestMenus.xml Fri Apr  3 05:33:14 2009
@@ -27,7 +27,7 @@
                 <parameter param-name="custRequestId" from-field="custRequest.custRequestId"/>
             </link>
         </menu-item>
-        <menu-item name="request" title="${uiLabelMap.OrderRequest}">
+        <menu-item name="editRequest" title="${uiLabelMap.OrderRequest}">
             <link target="request">
                 <parameter param-name="custRequestId" from-field="custRequest.custRequestId"/>
             </link>