Author: jleroux Date: Sun Jan 14 22:56:32 2018 New Revision: 1821121 URL: http://svn.apache.org/viewvc?rev=1821121&view=rev Log: Improved: Replace Asm select plugin with Select2. (OFBIZ-10113)
This was missing from r1821001 Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml?rev=1821121&r1=1821120&r2=1821121&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Sun Jan 14 22:56:32 2018 @@ -287,7 +287,7 @@ under the License. <display description="${uiLabelMap.ExampleMultipleDropDownTooltip}"/> </field> <field name="countryGeoIdMultiple" title="${uiLabelMap.CommonCountry}"> - <drop-down no-current-selected-key="USA"> + <drop-down no-current-selected-key="USA" allow-multiple="true"> <entity-options entity-name="Geo" key-field-name="geoId" description="${geoName}"> <entity-constraint name="geoTypeId" value="COUNTRY"/> <entity-order-by field-name="geoName"/>