svn commit: r489236 - /incubator/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: r489236 - /incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml

hansbak-2
Author: hansbak
Date: Wed Dec 20 16:53:09 2006
New Revision: 489236

URL: http://svn.apache.org/viewvc?view=rev&rev=489236
Log:
Add a description field to the subscription entity to be able to have a textfield search on this entity.

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

Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=489236&r1=489235&r2=489236
==============================================================================
--- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml Wed Dec 20 16:53:09 2006
@@ -3615,6 +3615,7 @@
     </entity>
     <entity entity-name="Subscription" package-name="org.ofbiz.product.subscription" title="Subscription Entity">
         <field name="subscriptionId" type="id-ne"></field>
+        <field name="description" type="description"></field>
         <field name="subscriptionResourceId" type="id"></field>
         <field name="communicationEventId" type="id"></field><!-- now replaced by entity: SubscriptionCommEvent -->
         <field name="contactMechId" type="id"></field>