[jira] [Updated] (OFBIZ-10150) supplierProductId Should Have Consistent Types Across Entities.

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

[jira] [Updated] (OFBIZ-10150) supplierProductId Should Have Consistent Types Across Entities.

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jesse thomas updated OFBIZ-10150:
---------------------------------
    Description:
During some data migration I hit an issue where my data for supplierProductId was too long. So I looked up the fields and noticed that the order item entity had a different type for the field than the supplier product entity. I think it would be a good idea to pick one so the two fields can be treated consistently. I would vote for id-long, but I think either way it would be good to have them be the same type. There are other fields that have this issue too if you are interested?
 
Thanks!

applications/datamodel/entitydef/order-entitymodel.xml:      
<entity entity-name="OrderItem".......
<field name="supplierProductId" type="id-long"></field>

applications/datamodel/entitydef/product-entitymodel.xml:      
<entity entity-name="SupplierProduct"......
<field name="supplierProductId" type="id"></field>

  was:
During some data migration I hit an issue where my data for supplierProductId was too long. So I looked up the fields and noticed that the order entity had a different type for the field than the supplier product entity. I think it would be a good idea to pick one so the two fields can be treated consistently. I would vote for id-long, but I think either way it would be good to have them be the same type. There are other fields that have this issue too if you are interested?
 
Thanks!

applications/datamodel/entitydef/order-entitymodel.xml:      
<entity entity-name="OrderItem".......
<field name="supplierProductId" type="id-long"></field>

applications/datamodel/entitydef/product-entitymodel.xml:      
<entity entity-name="SupplierProduct"......
<field name="supplierProductId" type="id"></field>


> supplierProductId Should Have Consistent Types Across Entities.
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-10150
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10150
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order, product
>    Affects Versions: Trunk, Release Branch 16.11
>         Environment: all
>            Reporter: jesse thomas
>            Priority: Minor
>             Fix For: Trunk, Release Branch 16.11
>
>
> During some data migration I hit an issue where my data for supplierProductId was too long. So I looked up the fields and noticed that the order item entity had a different type for the field than the supplier product entity. I think it would be a good idea to pick one so the two fields can be treated consistently. I would vote for id-long, but I think either way it would be good to have them be the same type. There are other fields that have this issue too if you are interested?
>  
> Thanks!
> applications/datamodel/entitydef/order-entitymodel.xml:      
> <entity entity-name="OrderItem".......
> <field name="supplierProductId" type="id-long"></field>
> applications/datamodel/entitydef/product-entitymodel.xml:      
> <entity entity-name="SupplierProduct"......
> <field name="supplierProductId" type="id"></field>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)