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

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

commit 12f69648418b3c63467e39c1a759ca6241e8094b
Author: Michael Brohl <michael.br...@ecomify.de>
AuthorDate: Mon Jul 31 17:12:33 2023 +0200

    Fixed: Corrects wrong groovy file reference (OFBIZ-12813)
---
 applications/party/widget/partymgr/CommunicationEventScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/party/widget/partymgr/CommunicationEventScreens.xml 
b/applications/party/widget/partymgr/CommunicationEventScreens.xml
index 73a8307fd3..1d24800ff7 100644
--- a/applications/party/widget/partymgr/CommunicationEventScreens.xml
+++ b/applications/party/widget/partymgr/CommunicationEventScreens.xml
@@ -965,7 +965,7 @@ under the License.
                                 </condition>
                                 <actions>
                                     <set field="fromPartyId" 
from-field="communicationEvent.partyIdFrom"/>
-                                    <script 
location="component://projectmgr/groovyScripts/GetLastRequestAssignment.groovy"/>
+                                    <script 
location="component://projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/GetLastRequestAssignment.groovy"/>
                                 </actions>
                                 <widgets>
                                     <screenlet 
title="${uiLabelMap.OrderRequest}">

Reply via email to