[jira] [Created] (OFBIZ-4821) Error in rednring Reset field.

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

[jira] [Created] (OFBIZ-4821) Error in rednring Reset field.

Nicolas Malin (Jira)
Error in rednring Reset field.
------------------------------

                 Key: OFBIZ-4821
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
            Reporter: Sumit Pandit
            Priority: Blocker


MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.

MacroFormRenderer.java line# 1202
        sr.append(" title=\"");
Where it should be
        sr.append("\" title=\"");


Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.

BTW it is one line change, if required I will submit the patch shortly.

--
Thanks and Regards
Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4821) Error in rednring Reset field.

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255551#comment-13255551 ]

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

Hi Sumit,

patch is mandatory so the Apache license can be accepted. If not, your code cannot be included in OFBiz.

Cheers,
               

> Error in rednring Reset field.
> ------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Blocker
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4821) Error in rednring Reset field.

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

    [ https://issues.apache.org/jira/browse/OFBIZ-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255556#comment-13255556 ]

Jacopo Cappellato commented on OFBIZ-4821:
------------------------------------------

Erwan,

for small contribution like this a patch is not needed.

Jacopo
               

> Error in rednring Reset field.
> ------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Blocker
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4821) Error in rednring Reset field.

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

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

Sumit Pandit updated OFBIZ-4821:
--------------------------------

    Attachment: MacroFormRenderer.patch

Patch for issue.
               

> Error in rednring Reset field.
> ------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Blocker
>         Attachments: MacroFormRenderer.patch
>
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4821) Form-Widget : Error in rendering Reset field.

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

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

Sumit Pandit updated OFBIZ-4821:
--------------------------------

    Summary: Form-Widget : Error in rendering Reset field.  (was: Error in rednring Reset field.)
   

> Form-Widget : Error in rendering Reset field.
> ---------------------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Blocker
>         Attachments: MacroFormRenderer.patch
>
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-4821) Form-Widget : Error in rendering Reset field.

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

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

Sascha Rodekamp reassigned OFBIZ-4821:
--------------------------------------

    Assignee: Sascha Rodekamp
   

> Form-Widget : Error in rendering Reset field.
> ---------------------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Sascha Rodekamp
>            Priority: Blocker
>         Attachments: MacroFormRenderer.patch
>
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4821) Form-Widget : Error in rendering Reset field.

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

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

Sascha Rodekamp closed OFBIZ-4821.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release 11.04.01
                   SVN trunk
                   Release Branch 10.04

Thanks Sumit,

your patch is in
Trunk @Rev 1327409
11.04 @Rev 1327407
10.04 @Rev 1327408

Have a good day.
               

> Form-Widget : Error in rendering Reset field.
> ---------------------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Sascha Rodekamp
>            Priority: Blocker
>             Fix For: Release Branch 10.04, SVN trunk, Release 11.04.01
>
>         Attachments: MacroFormRenderer.patch
>
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4821) Form-Widget : Error in rendering Reset field.

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

    [ https://issues.apache.org/jira/browse/OFBIZ-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256403#comment-13256403 ]

Sumit Pandit commented on OFBIZ-4821:
-------------------------------------

Thanks Sascha and Jacopo for your responses and action.
               

> Form-Widget : Error in rendering Reset field.
> ---------------------------------------------
>
>                 Key: OFBIZ-4821
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Sascha Rodekamp
>            Priority: Blocker
>             Fix For: Release Branch 10.04, SVN trunk, Release 11.04.01
>
>         Attachments: MacroFormRenderer.patch
>
>
> MacroFormRenderer.renderResetField contains a missing entry when appending title to renderResetField's StringWritter.
> MacroFormRenderer.java line# 1202
>         sr.append(" title=\"");
> Where it should be
>         sr.append("\" title=\"");
> Because of above <reset/> button is not displaying on the screen. At back end it is returning Freemarker parser exception.
> BTW it is one line change, if required I will submit the patch shortly.
> --
> Thanks and Regards
> Sumit Pandit

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