This is an automated email from the ASF dual-hosted git repository.
mleila pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0057bc9002 Fixed: Error rendering grid ListParty (OFBIZ-13146)
0057bc9002 is described below
commit 0057bc900290fb4844c6985290f4394932c234cb
Author: MLeila <[email protected]>
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"/>