OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup
------------------------------------------------------------------------------------ Key: OFBIZ-4440 URL: https://issues.apache.org/jira/browse/OFBIZ-4440 Project: OFBiz Issue Type: Bug Components: specialpurpose/ecommerce Affects Versions: Release 10.04 Reporter: Kiran Gawde OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup. But the quickcheckout doesn't break. This is due to the fact that EditShippingAddress has following line which returns null. person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113838#comment-13113838 ] Kiran Gawde commented on OFBIZ-4440: ------------------------------------ person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); > OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup > ------------------------------------------------------------------------------------ > > Key: OFBIZ-4440 > URL: https://issues.apache.org/jira/browse/OFBIZ-4440 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release 10.04 > Reporter: Kiran Gawde > > OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup. But the quickcheckout doesn't break. This is due to the fact that EditShippingAddress has following line which returns null. > person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); -- This message is automatically generated by JIRA. 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-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113838#comment-13113838 ] Kiran Gawde edited comment on OFBIZ-4440 at 9/23/11 11:41 PM: -------------------------------------------------------------- The issue is due to following line. It is not necessary to show first/last name on OnePageCheckout. Hence, following line should be removed from groovy script and corresponding field should be removed from ftl person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); was (Author: kiran_gawde): person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); > OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup > ------------------------------------------------------------------------------------ > > Key: OFBIZ-4440 > URL: https://issues.apache.org/jira/browse/OFBIZ-4440 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release 10.04 > Reporter: Kiran Gawde > > OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup. But the quickcheckout doesn't break. This is due to the fact that EditShippingAddress has following line which returns null. > person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); -- This message is automatically generated by JIRA. 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-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4440. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04 Release Branch 10.04 Release Branch 09.04 Assignee: Jacques Le Roux Thanks Kiran, Fixed in trunk r1175135 R11.04 r1175138 R10.04 r1175137 R09.04 r1175141 > OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup > ------------------------------------------------------------------------------------ > > Key: OFBIZ-4440 > URL: https://issues.apache.org/jira/browse/OFBIZ-4440 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release 10.04 > Reporter: Kiran Gawde > Assignee: Jacques Le Roux > Fix For: Release Branch 09.04, Release Branch 10.04, Release Branch 11.04, SVN trunk > > > OnePageCheckout breaks when you are logged in with userid that belongs to PartyGroup. But the quickcheckout doesn't break. This is due to the fact that EditShippingAddress has following line which returns null. > person = delegator.findByPrimaryKey("Person", [partyId : party.partyId]); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |