[ 
https://issues.apache.org/jira/browse/OFBIZ-7266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323925#comment-15323925
 ] 

Kongrath Suankaewmanee commented on OFBIZ-7266:
-----------------------------------------------

Hi [Nicokas 
Malin|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=soledad],

I'm agree with you about use a dedicate map to separate it out from context 
root parameter.

But for use cache in findList, I'm not sure that's good or not. Because I ever 
use cache and fetch list after update field in entity the data that I fetch 
doesn't correct it show the old before update.

Now, I try again seem it work...

> Auto-complete on lookup field should be able to support filter by date.
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-7266
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7266
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Kongrath Suankaewmanee
>            Priority: Minor
>         Attachments: auto-complete-fix.patch
>
>
> Hi,
> For the general reason, if the lookup popup (like as performFind service 
> work) able to filter the result from date. so, in the auto complete for 
> lookup filed should be also able too.
> Simple :
> add this tag in action tag before call LookupDecorator
> and filter on field "fromDate", "thruDate" as default.
> {code:xml}
>     <set field="filterByDate" value="true"/>
> {code}
> Advance :
> you can customize "fromDate" and "thruDate" field names by do follow below
> {code:xml}
>     <set field="filterByDate" value="true"/>
>     <set field="fromDateName" value="startDate"/>
>     <set field="thruDateName" value="endDate"/>
> {code}
> Best Regards,
> Kongrath



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to