You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Arun Patidar (JIRA)" <ji...@apache.org> on 2009/02/13 11:08:00 UTC

[jira] Created: (OFBIZ-2184) While Depressing Next/Previous link in webtools component, Records are not shown even if they are present there.

While Depressing  Next/Previous link in webtools component, Records are not shown even if they are present there.
-----------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2184
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2184
             Project: OFBiz
          Issue Type: Bug
          Components: framework
            Reporter: Arun Patidar
            Priority: Minor


 While Depressing  Next/Previous link in webtools component, Records are not shown even if they are present there.  After tracing this I found  solution that in FindGeneric.groovy file there is an extra string ('amp;') after '&' in  curFindString variable.

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


[jira] Closed: (OFBIZ-2184) While Depressing Next/Previous link in webtools component, Records are not shown even if they are present there.

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

Jacques Le Roux closed OFBIZ-2184.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Arun,

This is due to last security changes and encoding URL related.
I have done the same changes in other places in the file. I will check for other occurences of the same case in all other *.groovy files

Committed at revision 744085.

> While Depressing  Next/Previous link in webtools component, Records are not shown even if they are present there.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2184
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2184
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Arun Patidar
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: findGeneric.patch
>
>
>  While Depressing  Next/Previous link in webtools component, Records are not shown even if they are present there.  After tracing this I found  solution that in FindGeneric.groovy file there is an extra string ('amp;') after '&' in  curFindString variable.

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


[jira] Updated: (OFBIZ-2184) While Depressing Next/Previous link in webtools component, Records are not shown even if they are present there.

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

Arun Patidar updated OFBIZ-2184:
--------------------------------

    Attachment: findGeneric.patch

This  is patch for soluton. 

> While Depressing  Next/Previous link in webtools component, Records are not shown even if they are present there.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2184
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2184
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Arun Patidar
>            Priority: Minor
>         Attachments: findGeneric.patch
>
>
>  While Depressing  Next/Previous link in webtools component, Records are not shown even if they are present there.  After tracing this I found  solution that in FindGeneric.groovy file there is an extra string ('amp;') after '&' in  curFindString variable.

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