Author: jleroux
Date: Fri Mar 13 15:12:09 2015
New Revision: 1666474
URL:
http://svn.apache.org/r1666474Log:
Removes comment
<<passing the id in the other field does not work yet with autocompletion, WIP...>>
This works now, just tested on trunk demo
Modified:
ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml?rev=1666474&r1=1666473&r2=1666474&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml Fri Mar 13 15:12:09 2015
@@ -366,7 +366,7 @@ under the License.
<lookup target-form-name="LookupGeo" read-only="true"/>
</field>
<!-- Standard lookup (in a layer with autocompletion) -->
- <!-- passes the name in one field and the id in another, passing the id in the other field does not work yet with autocompletion, WIP... -->
+ <!-- passes the name in one field and the id in another -->
<field name="geoName" title="${uiLabelMap.CommonGeoName}" tooltip="${uiLabelMap.ExampleLookupFields4}" tooltip-style="button-text">
<lookup target-form-name="LookupGeoName" description-field-name="geoId"/>
</field>