OrderHeaderItemAndShipGroup should exclude facilityId from OrderItemShipGroup
----------------------------------------------------------------------------- Key: OFBIZ-1960 URL: https://issues.apache.org/jira/browse/OFBIZ-1960 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Environment: ubuntu 8.04, postgres 8.1 Reporter: Luke Prentice this warning appears on the OrderHeaderItemAndShipGroup view when loading the "order" component: Throwing out field alias in view entity OrderHeaderItemAndShipGroup because one already exists with the alias name [facilityId] and field name [OISG(OrderItemShipGroup).facilityId], existing field name is [II.facilityId] fix: exclude facilityId from OrderItemShipGroup from the view. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Prentice updated OFBIZ-1960: --------------------------------- Attachment: entitymodel_view.xml.patch patch for entitymodel_view.xml which excludes facilityId. > OrderHeaderItemAndShipGroup should exclude facilityId from OrderItemShipGroup > ----------------------------------------------------------------------------- > > Key: OFBIZ-1960 > URL: https://issues.apache.org/jira/browse/OFBIZ-1960 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Environment: ubuntu 8.04, postgres 8.1 > Reporter: Luke Prentice > Attachments: entitymodel_view.xml.patch > > > this warning appears on the OrderHeaderItemAndShipGroup view when loading the "order" component: > Throwing out field alias in view entity OrderHeaderItemAndShipGroup because one already exists with the alias name [facilityId] and field name [OISG(OrderItemShipGroup).facilityId], existing field name is [II.facilityId] > fix: exclude facilityId from OrderItemShipGroup from the view. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam closed OFBIZ-1960. -------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Bilgin Ibryam Thanks Luke. Your patch is in trunk rev 696160. > OrderHeaderItemAndShipGroup should exclude facilityId from OrderItemShipGroup > ----------------------------------------------------------------------------- > > Key: OFBIZ-1960 > URL: https://issues.apache.org/jira/browse/OFBIZ-1960 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Environment: ubuntu 8.04, postgres 8.1 > Reporter: Luke Prentice > Assignee: Bilgin Ibryam > Fix For: SVN trunk > > Attachments: entitymodel_view.xml.patch > > > this warning appears on the OrderHeaderItemAndShipGroup view when loading the "order" component: > Throwing out field alias in view entity OrderHeaderItemAndShipGroup because one already exists with the alias name [facilityId] and field name [OISG(OrderItemShipGroup).facilityId], existing field name is [II.facilityId] > fix: exclude facilityId from OrderItemShipGroup from the view. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |