You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/07/16 10:34:00 UTC

svn commit: r677193 - /ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml

Author: jacopoc
Date: Wed Jul 16 01:33:59 2008
New Revision: 677193

URL: http://svn.apache.org/viewvc?rev=677193&view=rev
Log:
Added description for field workEffortParentId based on information provided by David Jones in the ml.

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

Modified: ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml?rev=677193&r1=677192&r2=677193&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml Wed Jul 16 01:33:59 2008
@@ -246,7 +246,7 @@
       <field name="currentStatusId" type="id"></field>
       <field name="lastStatusUpdate" type="date-time"></field>
       <field name="workEffortPurposeTypeId" type="id"></field>
-      <field name="workEffortParentId" type="id"></field>
+      <field name="workEffortParentId" type="id"><description>The primary parent (or the like); it should be one of the parent WorkEfforts already setup in WorkEffortAssoc</description></field>
       <field name="scopeEnumId" type="id"></field>
       <field name="priority" type="numeric"></field>
       <field name="percentComplete" type="numeric"></field>



Re: svn commit: r677193 - /ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Jacopo,

Jacques

> Author: jacopoc
> Date: Wed Jul 16 01:33:59 2008
> New Revision: 677193
>
> URL: http://svn.apache.org/viewvc?rev=677193&view=rev
> Log:
> Added description for field workEffortParentId based on information provided by David Jones in the ml.
>
> Modified:
>    ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml
>
> Modified: ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml?rev=677193&r1=677192&r2=677193&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml (original)
> +++ ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml Wed Jul 16 01:33:59 2008
> @@ -246,7 +246,7 @@
>       <field name="currentStatusId" type="id"></field>
>       <field name="lastStatusUpdate" type="date-time"></field>
>       <field name="workEffortPurposeTypeId" type="id"></field>
> -      <field name="workEffortParentId" type="id"></field>
> +      <field name="workEffortParentId" type="id"><description>The primary parent (or the like); it should be one of the parent 
> WorkEfforts already setup in WorkEffortAssoc</description></field>
>       <field name="scopeEnumId" type="id"></field>
>       <field name="priority" type="numeric"></field>
>       <field name="percentComplete" type="numeric"></field>
>
>