This is an automated email from the ASF dual-hosted git repository.

mleila pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 72e785c0b1 Fixed: Error rendering grid ListParty (OFBIZ-13146)
72e785c0b1 is described below

commit 72e785c0b16b9bb675170804142d2d6853339d59
Author: MLeila <mle...@apache.org>
AuthorDate: Thu Dec 5 09:29:22 2024 +0100

    Fixed: Error rendering grid ListParty (OFBIZ-13146)
---
 applications/party/widget/partymgr/PartyForms.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/applications/party/widget/partymgr/PartyForms.xml 
b/applications/party/widget/partymgr/PartyForms.xml
index 1c12f16d56..c6e0c34862 100644
--- a/applications/party/widget/partymgr/PartyForms.xml
+++ b/applications/party/widget/partymgr/PartyForms.xml
@@ -142,9 +142,8 @@ under the License.
                 <field-map field-name="partyId" from-field="partyId"/>
                 <field-map field-name="userLogin" from-field="userLogin"/>
             </service>
-            <entity-condition entity-name="PartyClassification" 
list="partyClassifications" use-cache="true" distinct="true">
+            <entity-condition entity-name="PartyClassification" 
list="partyClassifications" use-cache="true">
                 <condition-expr field-name="partyId" from-field="partyId"/>
-                <select-field field-name="partyClassificationGroupId"/>
             </entity-condition>
             <set field="partyClassificationGroupIds" value="${groovy: 
partyClassifications*.partyClassificationGroupId}"/>
             <service service-name="getPartyNameForDate" 
result-map="partyName"/>

Reply via email to