Author: jleroux
Date: Fri Feb 24 10:26:03 2017
New Revision: 1784254
URL:
http://svn.apache.org/viewvc?rev=1784254&view=revLog:
No functional change, uses asmselect in findparty screen (LookupParty)
It was the last missing place, I did not notice last time. If I had enough time
I'd make that internal and not a ugly hack :/
Modified:
ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyScreens.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyScreens.xml?rev=1784254&r1=1784253&r2=1784254&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyScreens.xml Fri Feb 24 10:26:03 2017
@@ -28,12 +28,20 @@ under the License.
<set field="titleProperty" value="PageTitleFindParty"/>
<set field="headerItem" value="find"/>
<set field="tabButtonItem" value="findparty"/>
+ <!-- asmselect parameters, must be prefixed by asm_ for SetMultipleSelectJs.ftl -->
+ <set field="asm_multipleSelectForm" value="LookupParty"/>
+ <set field="asm_multipleSelect" value="LookupParty_partyClassificationGroupId"/>
+ <set field="asm_formSize" value="700"/>
+ <set field="asm_listItemPercentOfForm" value="95"/>
+ <set field="asm_sortable" value="false"/>
+
<set field="initialyCollapsed" value="${groovy:'Y'.equals(parameters.hideFields)}" type="String"/>
<script location="component://party/groovyScripts/party/FindParty.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
+ <platform-specific><html><html-template location="component://common/template/includes/SetMultipleSelectJs.ftl"/></html></platform-specific>
<section>
<!-- do check for PARTYMGR, _VIEW permission -->
<condition>