Author: shijh
Date: Mon Dec 5 15:30:29 2016
New Revision: 1772689
URL:
http://svn.apache.org/viewvc?rev=1772689&view=revLog:
Fixed: Add a PriCat component under specialpurpose
(OFBIZ-9123)
1. EXCELIMPORT_USERLOGIN is 3 chars too long.
2. should use titles in the relations.
Thanks: Jacques points out these bugs.
Modified:
ofbiz/trunk/specialpurpose/pricat/entitydef/entitymodel.xml
Modified: ofbiz/trunk/specialpurpose/pricat/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pricat/entitydef/entitymodel.xml?rev=1772689&r1=1772688&r2=1772689&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/pricat/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/specialpurpose/pricat/entitydef/entitymodel.xml Mon Dec 5 15:30:29 2016
@@ -34,13 +34,13 @@ under the License.
<field name="logFileName" type="value"></field>
<prim-key field="userLoginId"/>
<prim-key field="sequenceNum"/>
- <relation rel-entity-name="UserLogin" type="one" fk-name="EXCELIMPORT_USERLOGIN">
+ <relation type="one" rel-entity-name="UserLogin" title="UserLogin" fk-name="EXCELIMPORT_USERLG">
<key-map field-name="userLoginId"/>
</relation>
- <relation rel-entity-name="Enumeration" type="one" fk-name="EXCELIMPORT_STATUS">
+ <relation type="one" rel-entity-name="Enumeration" title="ImportStatus" fk-name="EXCELIMPORT_STATUS">
<key-map field-name="statusId" rel-field-name="enumId"/>
</relation>
- <relation rel-entity-name="Enumeration" type="one" fk-name="EXCELIMPORT_REASON">
+ <relation type="one" rel-entity-name="Enumeration" title="ThruReason" fk-name="EXCELIMPORT_REASON">
<key-map field-name="thruReasonId" rel-field-name="enumId"/>
</relation>
</entity>