Author: jleroux Date: Wed Dec 7 12:46:35 2011 New Revision: 1211417 URL: http://svn.apache.org/viewvc?rev=1211417&view=rev Log: A patch from Amit Sharma "Vendor tab in "Catalog > Products" is not working." https://issues.apache.org/jira/browse/OFBIZ-4613
Vendor tab in "Catalog > Products" was not working ( https://localhost:8443/catalog/control/EditVendorProduct?productId=WG-5569 ) trunk and R11.04 are OK Modified: ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml Modified: ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml?rev=1211417&r1=1211416&r2=1211417&view=diff ============================================================================== --- ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml (original) +++ ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml Wed Dec 7 12:46:35 2011 @@ -1286,6 +1286,8 @@ under the License. <set field="labelTitleProperty" value="PartyVendor"/> <set field="productId" from-field="parameters.productId"/> + <entity-one entity-name="Product" value-field="product"/> + <entity-condition entity-name="VendorProduct" list="vendorProductList"> <condition-expr field-name="productId" from-field="productId"/> </entity-condition>

