Issue in placing an order with a configurable good product without selecting any of the addons associated with it
----------------------------------------------------------------------------------------------------------------- Key: OFBIZ-4778 URL: https://issues.apache.org/jira/browse/OFBIZ-4778 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Reporter: Abdul Khadeer Fix For: SVN trunk Issue in placing an order with a configurable good product without selecting any of the addons associated with it. The code was working with the condition "AGGREGATED_CONF".equals(product.getString("productTypeId")) in the trunk revision 1220622 12/19/11 12:10 PM, but this issue was raised in the revision 1235698 1/25/12 2:31 PM in which the condition was changed to EntityTypeUtil.hasParentType(delegator, "ProductType", "productTypeId", product.getString("productTypeId"), "parentTypeId", "AGGREGATED"). We have fixed the issue by switching to the old conditions, let us know if there is any better way to do that. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245073#comment-13245073 ] Jacques Le Roux commented on OFBIZ-4778: ---------------------------------------- Hi, Could you please describe in more details the issue/s you crossed? Thanks > Issue in placing an order with a configurable good product without selecting any of the addons associated with it > ----------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-4778 > URL: https://issues.apache.org/jira/browse/OFBIZ-4778 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Abdul Khadeer > Fix For: SVN trunk > > > Issue in placing an order with a configurable good product without selecting any of the addons associated with it. The code was working with the condition "AGGREGATED_CONF".equals(product.getString("productTypeId")) in the trunk revision 1220622 12/19/11 12:10 PM, but this issue was raised in the revision 1235698 1/25/12 2:31 PM in which the condition was changed to EntityTypeUtil.hasParentType(delegator, "ProductType", "productTypeId", product.getString("productTypeId"), "parentTypeId", "AGGREGATED"). > We have fixed the issue by switching to the old conditions, let us know if there is any better way to do that. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4778. ---------------------------------- Resolution: Incomplete Assignee: Jacques Le Roux > Issue in placing an order with a configurable good product without selecting any of the addons associated with it > ----------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-4778 > URL: https://issues.apache.org/jira/browse/OFBIZ-4778 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Abdul Khadeer > Assignee: Jacques Le Roux > Fix For: SVN trunk > > > Issue in placing an order with a configurable good product without selecting any of the addons associated with it. The code was working with the condition "AGGREGATED_CONF".equals(product.getString("productTypeId")) in the trunk revision 1220622 12/19/11 12:10 PM, but this issue was raised in the revision 1235698 1/25/12 2:31 PM in which the condition was changed to EntityTypeUtil.hasParentType(delegator, "ProductType", "productTypeId", product.getString("productTypeId"), "parentTypeId", "AGGREGATED"). > We have fixed the issue by switching to the old conditions, let us know if there is any better way to do that. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |