[
https://issues.apache.org/jira/browse/OFBIZ-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379199#comment-14379199 ]
Forrest Rae commented on OFBIZ-6207:
------------------------------------
So, in 13.07, <entity-one> in the widget will call GenericDelegator.findOne(). This checks that you're only using primary keys for the search. My patch seems to cause a problem as it was using partyId as part of the search criteria. partyId is not a PK of Quote.
What is the recommended way of checking the Quote.partyId field to make sure it matches userLogin.partyId in the actions section of the specialpurpose/ecommerce/widget/QuoteScreens.xml#ViewQuote screen?
None of this matters in Trunk as the <entity-one> in the screen never results in a call to GenericDelegator.findOne().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)