svn commit: r529093 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

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

svn commit: r529093 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

ruppert-2
Author: ruppert
Date: Sun Apr 15 16:20:57 2007
New Revision: 529093

URL: http://svn.apache.org/viewvc?view=rev&rev=529093
Log:
Added an additional image reference to ProductCategoryLinks for greater flexibility

Modified:
    ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=529093&r1=529092&r2=529093
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Sun Apr 15 16:20:57 2007
@@ -327,6 +327,7 @@
         <field name="titleText" type="description"></field>
         <field name="detailText" type="very-long"></field>
         <field name="imageUrl" type="url"></field>
+        <field name="imageTwoUrl" type="url"></field>
         <field name="linkTypeEnumId" type="id"></field>
         <field name="linkInfo" type="long-varchar"></field>
         <field name="detailSubScreen" type="long-varchar"><description>This is optional. If not specified a default should be used by the category detail template.</description></field>