You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Amardeep Singh Jhajj (Created) (JIRA)" <ji...@apache.org> on 2012/01/23 10:08:38 UTC

[jira] [Created] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

At the time of page load unnecessary ajax request executed to get the lookup description.
-----------------------------------------------------------------------------------------

                 Key: OFBIZ-4667
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release Branch 11.04, SVN trunk
            Reporter: Amardeep Singh Jhajj
             Fix For: Release Branch 11.04, SVN trunk


At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.

One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.


--
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

        

Re: [jira] [Commented] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by Amardeep Singh Jhajj <am...@gmail.com>.
Thanks Erwan for committing this changes.

Thanks Rishi and Deepak for your help.

Regards,

Amardeep


On Thu, Feb 16, 2012 at 5:46 PM, Erwan de FERRIERES (Commented) (JIRA) <
jira@apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209303#comment-13209303]
>
> Erwan de FERRIERES commented on OFBIZ-4667:
> -------------------------------------------
>
> Thanks Armadeep,
> Done at rev 1244953 for trunk and 1244954 for 11.04
>
> > At the time of page load unnecessary ajax request executed to get the
> lookup description.
> >
> -----------------------------------------------------------------------------------------
> >
> >                 Key: OFBIZ-4667
> >                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
> >             Project: OFBiz
> >          Issue Type: Bug
> >          Components: framework
> >    Affects Versions: Release Branch 11.04, SVN trunk
> >            Reporter: Amardeep Singh Jhajj
> >            Assignee: Erwan de FERRIERES
> >             Fix For: Release Branch 11.04, SVN trunk
> >
> >         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
> >
> >
> > At the time of page load unnecessary ajax request executed to get the
> lookup description if there is no value exists in lookup box, this
> increases unnecessary load and page take more time to load. This should be
> executed only when lookup field has some value.
> > One more issue exists in lookup/ajax auto completer, when we select any
> auto-completer options from the drop down list or select any value from the
> lookup then request executed twice to get the description.
>
> --
> 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
>
>
>

[jira] [Closed] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by "Erwan de FERRIERES (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES closed OFBIZ-4667.
-------------------------------------

    Resolution: Fixed
    
> At the time of page load unnecessary ajax request executed to get the lookup description.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4667
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Erwan de FERRIERES
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
>
>
> At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.
> One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.

--
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

        

[jira] [Updated] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by "Amardeep Singh Jhajj (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amardeep Singh Jhajj updated OFBIZ-4667:
----------------------------------------

    Attachment: OFBIZ-4667-R11.04.patch
                OFBIZ-4667.patch

Here is the patch for the issue:
OFBIZ-4667.patch for trunk and 
OFBIZ-4667-R11.04.patch for release 11.04 branch.
                
> At the time of page load unnecessary ajax request executed to get the lookup description.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4667
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Amardeep Singh Jhajj
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
>
>
> At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.
> One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.

--
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

        

[jira] [Assigned] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by "Jacques Le Roux (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-4667:
--------------------------------------

    Assignee: Erwan de FERRIERES  (was: Jacques Le Roux)

Sure please do Erwan,

Thanks
                
> At the time of page load unnecessary ajax request executed to get the lookup description.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4667
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Erwan de FERRIERES
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
>
>
> At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.
> One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.

--
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

        

[jira] [Commented] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by "Erwan de FERRIERES (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203559#comment-13203559 ] 

Erwan de FERRIERES commented on OFBIZ-4667:
-------------------------------------------

Jacques,
if it's OK with you, I'd like to take care of this issue.

Cheers,
                
> At the time of page load unnecessary ajax request executed to get the lookup description.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4667
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
>
>
> At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.
> One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.

--
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

        

[jira] [Commented] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by "Erwan de FERRIERES (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209303#comment-13209303 ] 

Erwan de FERRIERES commented on OFBIZ-4667:
-------------------------------------------

Thanks Armadeep,
Done at rev 1244953 for trunk and 1244954 for 11.04
                
> At the time of page load unnecessary ajax request executed to get the lookup description.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4667
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Erwan de FERRIERES
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
>
>
> At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.
> One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.

--
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

        

[jira] [Assigned] (OFBIZ-4667) At the time of page load unnecessary ajax request executed to get the lookup description.

Posted by "Jacques Le Roux (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-4667:
--------------------------------------

    Assignee: Jacques Le Roux
    
> At the time of page load unnecessary ajax request executed to get the lookup description.
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4667
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4667
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4667-R11.04.patch, OFBIZ-4667.patch
>
>
> At the time of page load unnecessary ajax request executed to get the lookup description if there is no value exists in lookup box, this increases unnecessary load and page take more time to load. This should be executed only when lookup field has some value.
> One more issue exists in lookup/ajax auto completer, when we select any auto-completer options from the drop down list or select any value from the lookup then request executed twice to get the description.

--
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