You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sascha Rodekamp (JIRA)" <ji...@apache.org> on 2010/12/20 14:17:01 UTC

[jira] Created: (OFBIZ-4068) Find button is not working in the 'googlebase' application

Find button is not working in the 'googlebase' application
----------------------------------------------------------

                 Key: OFBIZ-4068
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4068
             Project: OFBiz
          Issue Type: Sub-task
    Affects Versions: SVN trunk
            Reporter: Sascha Rodekamp
             Fix For: SVN trunk


A Bug from Rohit,
thanks for reporting.

{quote}
hi,

i found another error...the find button is not working in the 'googlebase' application. The 'googlebase' application has a page using which u can to search for product to be submitted to google base. the find button is not submitting the page at all.

this bug is related to the jQuery merger.

thanks,

rohit
{quote}

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


[jira] Closed: (OFBIZ-4068) Find button is not working in the 'googlebase' application

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

Jacques Le Roux closed OFBIZ-4068.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Sascha,

Your modified patch is in trunk at r1056731. I first commited your patch as is in r1056701. But I changed my mind and decided we need a form name for lookups to work. Two reasons to this: 
# we are not sure the descriptionFieldName is always of the form formName_descriptionFieldName
# anyway we need a form name for call_fieldlookup3 and call_fieldlookup2 just above in htmlFormMacroLibrary.ftl. 

Thanks Rohit for report

> Find button is not working in the 'googlebase' application
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4068
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4068
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4068_GoogleBaseFindButton.patch
>
>
> A Bug from Rohit,
> thanks for reporting.
> {quote}
> hi,
> i found another error...the find button is not working in the 'googlebase' application. The 'googlebase' application has a page using which u can to search for product to be submitted to google base. the find button is not submitting the page at all.
> this bug is related to the jQuery merger.
> thanks,
> rohit
> {quote}

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


[jira] Commented: (OFBIZ-4068) Find button is not working in the 'googlebase' application

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979497#action_12979497 ] 

Sascha Rodekamp commented on OFBIZ-4068:
----------------------------------------

Hey Jacques,
thanks for the review and committing.

Cheers 
Sascha

> Find button is not working in the 'googlebase' application
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4068
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4068
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4068_GoogleBaseFindButton.patch
>
>
> A Bug from Rohit,
> thanks for reporting.
> {quote}
> hi,
> i found another error...the find button is not working in the 'googlebase' application. The 'googlebase' application has a page using which u can to search for product to be submitted to google base. the find button is not submitting the page at all.
> this bug is related to the jQuery merger.
> thanks,
> rohit
> {quote}

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


[jira] Updated: (OFBIZ-4068) Find button is not working in the 'googlebase' application

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

Sascha Rodekamp updated OFBIZ-4068:
-----------------------------------

    Attachment: OFBIZ-4068_GoogleBaseFindButton.patch

And here is the patch.

This issue is related to the Lookup Call. The Form in Google Base hadn't a 'name' tag, so the form could not be found. I changed the target by name to a target by Id call (which is better anyways).

Cheers
Sascha

> Find button is not working in the 'googlebase' application
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4068
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4068
>             Project: OFBiz
>          Issue Type: Sub-task
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4068_GoogleBaseFindButton.patch
>
>
> A Bug from Rohit,
> thanks for reporting.
> {quote}
> hi,
> i found another error...the find button is not working in the 'googlebase' application. The 'googlebase' application has a page using which u can to search for product to be submitted to google base. the find button is not submitting the page at all.
> this bug is related to the jQuery merger.
> thanks,
> rohit
> {quote}

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