Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1903 posts
|
Can we make the relation title "Parent" instead of "parentCustRequestId"
please? Adrian Crum Sandglass Software www.sandglass-software.com On 9/17/2013 2:03 AM, [hidden email] wrote: > Author: hansbak > Date: Tue Sep 17 09:03:44 2013 > New Revision: 1523959 > > URL: http://svn.apache.org/r1523959 > Log: > missing reference in custRequest for parentCustRequestId field > > Modified: > ofbiz/trunk/applications/order/entitydef/entitymodel.xml > > Modified: ofbiz/trunk/applications/order/entitydef/entitymodel.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?rev=1523959&r1=1523958&r2=1523959&view=diff > ============================================================================== > --- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original) > +++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Tue Sep 17 09:03:44 2013 > @@ -1780,6 +1780,9 @@ under the License. > <relation type="one" fk-name="CUST_REQ_CUOM" title="Currency" rel-entity-name="Uom"> > <key-map field-name="currencyUomId" rel-field-name="uomId"/> > </relation> > + <relation type="one" fk-name="CUST_REQ_PARENT" title="parentCustRequestId" rel-entity-name="CustRequest"> > + <key-map field-name="parentCustRequestId" rel-field-name="custRequestId"/> > + </relation> > </entity> > <entity entity-name="CustRequestAttribute" > package-name="org.ofbiz.order.request" > @@ -2903,4 +2906,4 @@ under the License. > </entity> > > </entitymodel> > - > \ No newline at end of file > + > > ... [show rest of quote]
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1639 posts
|
sure, feel free to change it!
Hans On 09/17/2013 08:46 PM, Adrian Crum wrote: > Can we make the relation title "Parent" instead of > "parentCustRequestId" please? > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > On 9/17/2013 2:03 AM, [hidden email] wrote: >> Author: hansbak >> Date: Tue Sep 17 09:03:44 2013 >> New Revision: 1523959 >> >> URL: http://svn.apache.org/r1523959 >> Log: >> missing reference in custRequest for parentCustRequestId field >> >> Modified: >> ofbiz/trunk/applications/order/entitydef/entitymodel.xml >> >> Modified: ofbiz/trunk/applications/order/entitydef/entitymodel.xml >> URL: >> http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?rev=1523959&r1=1523958&r2=1523959&view=diff >> ============================================================================== >> >> --- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original) >> +++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Tue Sep >> 17 09:03:44 2013 >> @@ -1780,6 +1780,9 @@ under the License. >> <relation type="one" fk-name="CUST_REQ_CUOM" title="Currency" >> rel-entity-name="Uom"> >> <key-map field-name="currencyUomId" rel-field-name="uomId"/> >> </relation> >> + <relation type="one" fk-name="CUST_REQ_PARENT" >> title="parentCustRequestId" rel-entity-name="CustRequest"> >> + <key-map field-name="parentCustRequestId" >> rel-field-name="custRequestId"/> >> + </relation> >> </entity> >> <entity entity-name="CustRequestAttribute" >> package-name="org.ofbiz.order.request" >> @@ -2903,4 +2906,4 @@ under the License. >> </entity> >> >> </entitymodel> >> - >> \ No newline at end of file >> + >> >> ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1639 posts
|
You are right, corrected in revision 1524279.
On 09/18/2013 07:04 AM, Hans Bakker wrote: > sure, feel free to change it! > > Hans > > On 09/17/2013 08:46 PM, Adrian Crum wrote: >> Can we make the relation title "Parent" instead of >> "parentCustRequestId" please? >> >> Adrian Crum >> Sandglass Software >> www.sandglass-software.com >> >> On 9/17/2013 2:03 AM, [hidden email] wrote: >>> Author: hansbak >>> Date: Tue Sep 17 09:03:44 2013 >>> New Revision: 1523959 >>> >>> URL: http://svn.apache.org/r1523959 >>> Log: >>> missing reference in custRequest for parentCustRequestId field >>> >>> Modified: >>> ofbiz/trunk/applications/order/entitydef/entitymodel.xml >>> >>> Modified: ofbiz/trunk/applications/order/entitydef/entitymodel.xml >>> URL: >>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?rev=1523959&r1=1523958&r2=1523959&view=diff >>> ============================================================================== >>> >>> --- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original) >>> +++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Tue Sep >>> 17 09:03:44 2013 >>> @@ -1780,6 +1780,9 @@ under the License. >>> <relation type="one" fk-name="CUST_REQ_CUOM" >>> title="Currency" rel-entity-name="Uom"> >>> <key-map field-name="currencyUomId" rel-field-name="uomId"/> >>> </relation> >>> + <relation type="one" fk-name="CUST_REQ_PARENT" >>> title="parentCustRequestId" rel-entity-name="CustRequest"> >>> + <key-map field-name="parentCustRequestId" >>> rel-field-name="custRequestId"/> >>> + </relation> >>> </entity> >>> <entity entity-name="CustRequestAttribute" >>> package-name="org.ofbiz.order.request" >>> @@ -2903,4 +2906,4 @@ under the License. >>> </entity> >>> >>> </entitymodel> >>> - >>> \ No newline at end of file >>> + >>> >>> > ... [show rest of quote] |
Free forum by Nabble | Edit this page |