You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Abdul Khadeer (Created) (JIRA)" <ji...@apache.org> on 2012/04/02 14:35:24 UTC

[jira] [Created] (OFBIZ-4778) Issue in placing an order with a configurable good product without selecting any of the addons associated with it

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

        

[jira] [Commented] (OFBIZ-4778) Issue in placing an order with a configurable good product without selecting any of the addons associated with it

Posted by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Closed] (OFBIZ-4778) Issue in placing an order with a configurable good product without selecting any of the addons associated with it

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ 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