You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2014/08/16 15:55:16 UTC

svn commit: r1618359 - /ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Author: ashish
Date: Sat Aug 16 13:55:15 2014
New Revision: 1618359

URL: http://svn.apache.org/r1618359
Log:
Applied patch for bug fix reported in jira task at OFBIZ-4973 - AvsSettings screenlet read data bug, entity-one should be used, not entity-and. 
Thanks Oliver for reporting the issue and providing the fix. Thanks team ofbiz.us for the verification. 

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=1618359&r1=1618358&r2=1618359&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Sat Aug 16 13:55:15 2014
@@ -207,9 +207,9 @@
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="partyId" from-field="parameters.partyId" default-value="${userLogin.partyId}"/>
                 <entity-one entity-name="Party" value-field="party"/>
-                <entity-and entity-name="PartyIcsAvsOverride" list="avsOverride">
-                    <field-map field-name="partyId" from-field="partyId"/>
-                </entity-and>
+                <entity-one entity-name="PartyIcsAvsOverride" value-field="avsOverride">
+                    <field-map field-name="partyId"/>
+                </entity-one>
             </actions>
             <widgets>
                 <platform-specific>