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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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