Author: jleroux
Date: Tue Sep 27 12:05:24 2016 New Revision: 1762462 URL: http://svn.apache.org/viewvc?rev=1762462&view=rev Log: Fixes: a bug introduced while backporting r1750046 for "auto-completer does not work to search Contact Party" (OFBIZ-7576) I did not change the path to StatusCondition.groovy Thanks: Pierre Smits for spotting and reporting on dev ML Modified: ofbiz/branches/release13.07/applications/party/widget/partymgr/LookupScreens.xml ofbiz/branches/release14.12/applications/party/widget/partymgr/LookupScreens.xml ofbiz/branches/release15.12/applications/party/widget/partymgr/LookupScreens.xml Modified: ofbiz/branches/release13.07/applications/party/widget/partymgr/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/widget/partymgr/LookupScreens.xml?rev=1762462&r1=1762461&r2=1762462&view=diff ============================================================================== --- ofbiz/branches/release13.07/applications/party/widget/partymgr/LookupScreens.xml (original) +++ ofbiz/branches/release13.07/applications/party/widget/partymgr/LookupScreens.xml Tue Sep 27 12:05:24 2016 @@ -179,7 +179,7 @@ under the License. <set field="entityName" value="PartyRoleAndPartyDetail"/> <set field="parameters.roleTypeId" value="CONTACT"/> <set field="searchFields" value="[partyId, firstName, middleName, lastName]"/> - <script location="component://party/groovyScripts/party/StatusCondition.groovy"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy"/> <set field="andCondition" value="${groovy: return org.ofbiz.entity.condition.EntityCondition.makeCondition([ org.ofbiz.entity.condition.EntityCondition.makeCondition('roleTypeId', 'CONTACT')])}"/> </actions> Modified: ofbiz/branches/release14.12/applications/party/widget/partymgr/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/party/widget/partymgr/LookupScreens.xml?rev=1762462&r1=1762461&r2=1762462&view=diff ============================================================================== --- ofbiz/branches/release14.12/applications/party/widget/partymgr/LookupScreens.xml (original) +++ ofbiz/branches/release14.12/applications/party/widget/partymgr/LookupScreens.xml Tue Sep 27 12:05:24 2016 @@ -179,7 +179,7 @@ under the License. <set field="entityName" value="PartyRoleAndPartyDetail"/> <set field="parameters.roleTypeId" value="CONTACT"/> <set field="searchFields" value="[partyId, firstName, middleName, lastName]"/> - <script location="component://party/groovyScripts/party/StatusCondition.groovy"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy"/> <set field="andCondition" value="${groovy: return org.ofbiz.entity.condition.EntityCondition.makeCondition([ org.ofbiz.entity.condition.EntityCondition.makeCondition('roleTypeId', 'CONTACT')])}"/> </actions> Modified: ofbiz/branches/release15.12/applications/party/widget/partymgr/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/party/widget/partymgr/LookupScreens.xml?rev=1762462&r1=1762461&r2=1762462&view=diff ============================================================================== --- ofbiz/branches/release15.12/applications/party/widget/partymgr/LookupScreens.xml (original) +++ ofbiz/branches/release15.12/applications/party/widget/partymgr/LookupScreens.xml Tue Sep 27 12:05:24 2016 @@ -179,7 +179,7 @@ under the License. <set field="entityName" value="PartyRoleAndPartyDetail"/> <set field="parameters.roleTypeId" value="CONTACT"/> <set field="searchFields" value="[partyId, firstName, middleName, lastName]"/> - <script location="component://party/groovyScripts/party/StatusCondition.groovy"/> + <script location="component://party/webapp/partymgr/WEB-INF/actions/party/StatusCondition.groovy"/> <set field="andCondition" value="${groovy: return org.ofbiz.entity.condition.EntityCondition.makeCondition([ org.ofbiz.entity.condition.EntityCondition.makeCondition('roleTypeId', 'CONTACT')])}"/> </actions> |
Free forum by Nabble | Edit this page |