[OFBiz] SVN: r5960 - trunk/applications/workeffort/webapp/workeffort/request

jacopo at svn.ofbiz.org jacopo at svn.ofbiz.org
Fri Oct 14 05:01:52 EDT 2005


Author: jacopo
Date: 2005-10-14 04:01:46 -0500 (Fri, 14 Oct 2005)
New Revision: 5960

Modified:
   trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml
Log:
Now the cust request links, in the cust request list screen, point to the order manager's View Request screen (instead of the Edit Request screen).

Modified: trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml
===================================================================
--- trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml	2005-10-14 07:30:21 UTC (rev 5959)
+++ trunk/applications/workeffort/webapp/workeffort/request/RequestForms.xml	2005-10-14 09:01:46 UTC (rev 5960)
@@ -33,7 +33,7 @@
             title="" list-name="custRequestAndRoles" paginate-target="requestlist"
             default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <field name="custRequestId" widget-style="buttontext">
-            <hyperlink description="${custRequestId}" target-type="inter-app" target="/ordermgr/control/request?custRequestId=${custRequestId}"/>
+            <hyperlink description="${custRequestId}" target-type="inter-app" target="/ordermgr/control/ViewRequest?custRequestId=${custRequestId}"/>
         </field>
         <field name="custRequestName"><display/></field>
         <field name="priority"><display/></field>



More information about the Svn mailing list