Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro
------------------------------------------------------------------ Key: OFBIZ-4072 URL: https://issues.apache.org/jira/browse/OFBIZ-4072 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Environment: Ubuntu 10.04 Reporter: Chatree Srichart Fix For: SVN trunk In the trunk version, I found a problem in renderLookupField macro concerning to duplicating the _LAST_VIEW_NAME_ query string. This problem causes the request handler cannot convert _LAST_VIEW_NAME_ parameter to String because it would be List. You can use FireBug to check it when the main screen of catalog website be loaded for the first time. -- 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-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatree Srichart updated OFBIZ-4072: ------------------------------------ Attachment: htmlFormMacroLibrary.diff I created Diff file to solve this problem by checking the _LAST_VIEW_NAME_ query string before append to the ajaxUrl variable > Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro > ------------------------------------------------------------------ > > Key: OFBIZ-4072 > URL: https://issues.apache.org/jira/browse/OFBIZ-4072 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Environment: Ubuntu 10.04 > Reporter: Chatree Srichart > Fix For: SVN trunk > > Attachments: htmlFormMacroLibrary.diff > > Original Estimate: 2h > Remaining Estimate: 2h > > In the trunk version, I found a problem in renderLookupField macro concerning to duplicating the _LAST_VIEW_NAME_ query string. This problem causes the request handler cannot convert _LAST_VIEW_NAME_ parameter to String because it would be List. You can use FireBug to check it when the main screen of catalog website be loaded for the first time. -- 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-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4072. ---------------------------------- Resolution: Fixed Assignee: Jacques Le Roux Thanks Chatree, Your patch is in trunk at r1052245 > Duplicate _LAST_VIEW_NAME_ query string in renderLookupField macro > ------------------------------------------------------------------ > > Key: OFBIZ-4072 > URL: https://issues.apache.org/jira/browse/OFBIZ-4072 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Environment: Ubuntu 10.04 > Reporter: Chatree Srichart > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: htmlFormMacroLibrary.diff > > Original Estimate: 2h > Remaining Estimate: 2h > > In the trunk version, I found a problem in renderLookupField macro concerning to duplicating the _LAST_VIEW_NAME_ query string. This problem causes the request handler cannot convert _LAST_VIEW_NAME_ parameter to String because it would be List. You can use FireBug to check it when the main screen of catalog website be loaded for the first time. -- 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 |