Author: jacopoc
Date: Sat Aug 5 04:25:02 2006
New Revision: 428985
URL: http://svn.apache.org/viewvc?rev=428985&view=rev
Log:
Small improvements to the ui links between a product and its routing.
Modified:
incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
Modified:
incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml?rev=428985&r1=428984&r2=428985&view=diff
==============================================================================
---
incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
(original)
+++
incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
Sat Aug 5 04:25:02 2006
@@ -270,7 +270,12 @@
<form name="ListRoutingProductLink" type="list"
target="EditRoutingProductLink" title=""
list-name="allRoutingProductLinks"
default-title-style="tableheadtext"
default-widget-style="tabletext" default-tooltip-style="tabletext">
- <field name="productId"
title="${uiLabelMap.ProductProductName}"><display/></field>
+ <field name="productId" widget-style="buttontext">
+ <hyperlink description="${productId}"
target="/catalog/control/ViewProductManufacturing?productId=${productId}"
also-hidden="false" target-type="inter-app"/>
+ </field>
+ <field name="productName" entry-name="productId"
title="${uiLabelMap.ProductProductName}">
+ <display-entity key-field-name="productId" entity-name="Product"
description="${internalName}"/>
+ </field>
<field name="fromDate"
title="${uiLabelMap.CommonFromDate}"><display/></field>
<field name="thruDate"
title="${uiLabelMap.CommonThruDate}"><display/></field>
<field name="estimatedQuantity"
title="${uiLabelMap.ManufacturingQuantity}"><display/></field>
Modified:
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=428985&r1=428984&r2=428985&view=diff
==============================================================================
---
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
(original)
+++
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
Sat Aug 5 04:25:02 2006
@@ -839,7 +839,7 @@
<display-entity entity-name="WorkEffort"
key-field-name="workEffortId" description="${workEffortName}"/>
</field>
<field name="workEffortId" title="${uiLabelMap.CommonEdit}"
widget-style="buttontext">
- <hyperlink also-hidden="false" description="${workEffortId}"
target="ViewProductManufacturing?productId=${productId}"/>
+ <hyperlink also-hidden="false" description="${workEffortId}"
target="/manufacturing/control/EditRoutingProductLink?workEffortId=${workEffortId}"
target-type="inter-app"/>
</field>
</form>