Fixed fix me for ajax auto-completer for order entry process.
------------------------------------------------------------- Key: OFBIZ-4754 URL: https://issues.apache.org/jira/browse/OFBIZ-4754 Project: OFBiz Issue Type: Bug Components: order Reporter: Nitesh Suryavanshi Priority: Minor Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk Fixed fixme for ajax auto-completer for showcart screen of order entry process. Currently call_fieldlookup2 is used for the product lookup, auto completer is not supported via call_fieldlookup2 and it open a window instead of layered lookup. Need to use htmlTemplate.lookup field for the product lookup. Also removed the FIXME comment. The FIXME issue was fixed in [OFBIZ-4646|https://issues.apache.org/jira/browse/OFBIZ-4646], Now its working fine. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitesh Suryavanshi updated OFBIZ-4754: -------------------------------------- Attachment: OFBIZ-4754.patch Here is the patch for the issue. Removed fixed me comment and used html.template lookup for product auto-completer. Thanks Rishi Solanki and Deepak Dixit for the discussion. > Fixed fix me for ajax auto-completer for order entry process. > ------------------------------------------------------------- > > Key: OFBIZ-4754 > URL: https://issues.apache.org/jira/browse/OFBIZ-4754 > Project: OFBiz > Issue Type: Bug > Components: order > Reporter: Nitesh Suryavanshi > Priority: Minor > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4754.patch > > > Fixed fixme for ajax auto-completer for showcart screen of order entry process. > Currently call_fieldlookup2 is used for the product lookup, auto completer is not supported via call_fieldlookup2 and it open a window instead of layered lookup. > Need to use htmlTemplate.lookup field for the product lookup. Also removed the FIXME comment. > The FIXME issue was fixed in [OFBIZ-4646|https://issues.apache.org/jira/browse/OFBIZ-4646], Now its working fine. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-4754: ------------------------------------------ Assignee: Ashish Vijaywargiya > Fixed fix me for ajax auto-completer for order entry process. > ------------------------------------------------------------- > > Key: OFBIZ-4754 > URL: https://issues.apache.org/jira/browse/OFBIZ-4754 > Project: OFBiz > Issue Type: Bug > Components: order > Reporter: Nitesh Suryavanshi > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4754.patch > > > Fixed fixme for ajax auto-completer for showcart screen of order entry process. > Currently call_fieldlookup2 is used for the product lookup, auto completer is not supported via call_fieldlookup2 and it open a window instead of layered lookup. > Need to use htmlTemplate.lookup field for the product lookup. Also removed the FIXME comment. > The FIXME issue was fixed in [OFBIZ-4646|https://issues.apache.org/jira/browse/OFBIZ-4646], Now its working fine. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |