You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2009/11/05 11:10:35 UTC

[jira] Assigned: (OFBIZ-3159) Move geoAutoCompleter.js from ecommerce to ordermgr

     [ https://issues.apache.org/jira/browse/OFBIZ-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-3159:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Move geoAutoCompleter.js from ecommerce to ordermgr
> ---------------------------------------------------
>
>                 Key: OFBIZ-3159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3159
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order, specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Mridul Pathak
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3159.patch
>
>
> geoAutoCompleter.js currently resides in specialpurpose/ecommerce component.  But now it is also used in OrderViewScreen.xml#OrderHeaderView screen.  First of all we can't have dependency of ordermgr on ecommerce component.  Secondly, if I am developing a custom ecommerce application with mount point /ecommerce, thus overriding specialpurpose/ecommerce webapp, and copying the geoAutoCompleter.js to my custom application (to customize) in a directory structure other than that of specialpurpose/ecommerce, then the JS file is not loaded in OrderHeaderView screen due to change of location.  The only reason is the dependency stated above.  Hence this change is vital.
> While doing this change, all the references to geoAutoCompleter.js will need to be updated too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.