Author: mridulpathak
Date: Sat Jul 16 08:00:02 2016
New Revision: 1752906
URL: http://svn.apache.org/viewvc?rev=1752906&view=rev
Log:
[OFBIZ-7435] Create CustReq from CommEvent shows error on screen, fixed groovy
script path. Thanks Vishal Chhabria for contribution.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=1752906&r1=1752905&r2=1752906&view=diff
==============================================================================
---
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
(original)
+++
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
Sat Jul 16 08:00:02 2016
@@ -932,7 +932,7 @@ under the License.
</condition>
<actions>
<set field="fromPartyId"
from-field="communicationEvent.partyIdFrom"/>
- <script
location="component://projectmgr/webapp/projectmgr/WEB-INF/actions/GetLastRequestAssignment.groovy"/>
+ <script
location="component://projectmgr/groovyScripts/GetLastRequestAssignment.groovy"/>
</actions>
<widgets>
<screenlet
title="${uiLabelMap.OrderRequest}">