Update renderNextPrev macro in fo form and xml form macro libraries
------------------------------------------------------------------- Key: OFBIZ-3147 URL: https://issues.apache.org/jira/browse/OFBIZ-3147 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Mridul Pathak Priority: Minor Fix For: SVN trunk Three new arguments, namely ajaxSelectSizeUrl, selectSizeUrl and paginateViewSizeLabel have been introduced to <renderNextPrev> macro in htmlFormMacroLibrary.ftl in commit revision 831676 for OFBIZ-3083. Need to update foFormMacroLibrary.ftl and xmlFormMacroLibrary.ftl accordingly so as to avoid No Such Arguments TemplateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-3147: --------------------------------- Attachment: OFBIZ-3147.patch Here is the patch. > Update renderNextPrev macro in fo form and xml form macro libraries > ------------------------------------------------------------------- > > Key: OFBIZ-3147 > URL: https://issues.apache.org/jira/browse/OFBIZ-3147 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Mridul Pathak > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3147.patch > > > Three new arguments, namely ajaxSelectSizeUrl, selectSizeUrl and paginateViewSizeLabel have been introduced to <renderNextPrev> macro in htmlFormMacroLibrary.ftl in commit revision 831676 for OFBIZ-3083. Need to update foFormMacroLibrary.ftl and xmlFormMacroLibrary.ftl accordingly so as to avoid No Such Arguments TemplateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-3147: --------------------------------- Attachment: OFBIZ-3147.patch I see that <renderLookupField> macro needs to be updated too in these two libraries with new arguments (id, ajaxUrl and ajaxEnabled) introduced in htmlFormMacroLibrary.ftl. Here is the updated patch. > Update renderNextPrev macro in fo form and xml form macro libraries > ------------------------------------------------------------------- > > Key: OFBIZ-3147 > URL: https://issues.apache.org/jira/browse/OFBIZ-3147 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Mridul Pathak > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3147.patch, OFBIZ-3147.patch > > > Three new arguments, namely ajaxSelectSizeUrl, selectSizeUrl and paginateViewSizeLabel have been introduced to <renderNextPrev> macro in htmlFormMacroLibrary.ftl in commit revision 831676 for OFBIZ-3083. Need to update foFormMacroLibrary.ftl and xmlFormMacroLibrary.ftl accordingly so as to avoid No Such Arguments TemplateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam reassigned OFBIZ-3147: ------------------------------------ Assignee: Bilgin Ibryam > Update renderNextPrev macro in fo form and xml form macro libraries > ------------------------------------------------------------------- > > Key: OFBIZ-3147 > URL: https://issues.apache.org/jira/browse/OFBIZ-3147 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Mridul Pathak > Assignee: Bilgin Ibryam > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3147.patch, OFBIZ-3147.patch > > > Three new arguments, namely ajaxSelectSizeUrl, selectSizeUrl and paginateViewSizeLabel have been introduced to <renderNextPrev> macro in htmlFormMacroLibrary.ftl in commit revision 831676 for OFBIZ-3083. Need to update foFormMacroLibrary.ftl and xmlFormMacroLibrary.ftl accordingly so as to avoid No Such Arguments TemplateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-3147: ---------------------------------------- Assignee: Jacopo Cappellato (was: Bilgin Ibryam) > Update renderNextPrev macro in fo form and xml form macro libraries > ------------------------------------------------------------------- > > Key: OFBIZ-3147 > URL: https://issues.apache.org/jira/browse/OFBIZ-3147 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Mridul Pathak > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3147.patch, OFBIZ-3147.patch > > > Three new arguments, namely ajaxSelectSizeUrl, selectSizeUrl and paginateViewSizeLabel have been introduced to <renderNextPrev> macro in htmlFormMacroLibrary.ftl in commit revision 831676 for OFBIZ-3083. Need to update foFormMacroLibrary.ftl and xmlFormMacroLibrary.ftl accordingly so as to avoid No Such Arguments TemplateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-3147. ------------------------------------ Resolution: Fixed > Update renderNextPrev macro in fo form and xml form macro libraries > ------------------------------------------------------------------- > > Key: OFBIZ-3147 > URL: https://issues.apache.org/jira/browse/OFBIZ-3147 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Mridul Pathak > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3147.patch, OFBIZ-3147.patch > > > Three new arguments, namely ajaxSelectSizeUrl, selectSizeUrl and paginateViewSizeLabel have been introduced to <renderNextPrev> macro in htmlFormMacroLibrary.ftl in commit revision 831676 for OFBIZ-3083. Need to update foFormMacroLibrary.ftl and xmlFormMacroLibrary.ftl accordingly so as to avoid No Such Arguments TemplateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |