Patch to customize display sequence of app bar
---------------------------------------------- Key: OFBIZ-1721 URL: https://issues.apache.org/jira/browse/OFBIZ-1721 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS Affects Versions: Release Branch 4.0 Environment: Dell D620, FC7, JDK 1.6.0_05, OFBiz 4.0 Reporter: Shi Yusen Priority: Trivial The app bar is displayed in the order of title of webapps. For English users, that's ok. For Chinese users, the alphabet order is not that reasonable. The comparator in this patch is for the users who want to change the sequence of app bar. -- 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-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shi Yusen updated OFBIZ-1721: ----------------------------- Attachment: appbarcomparator.patch > Patch to customize display sequence of app bar > ---------------------------------------------- > > Key: OFBIZ-1721 > URL: https://issues.apache.org/jira/browse/OFBIZ-1721 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: Release Branch 4.0 > Environment: Dell D620, FC7, JDK 1.6.0_05, OFBiz 4.0 > Reporter: Shi Yusen > Priority: Trivial > Attachments: appbarcomparator.patch > > > The app bar is displayed in the order of title of webapps. For English users, that's ok. For Chinese users, the alphabet order is not that reasonable. > The comparator in this patch is for the users who want to change the sequence of app bar. -- 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-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582254#action_12582254 ] Jacopo Cappellato commented on OFBIZ-1721: ------------------------------------------ Hi Shi, as an alternative approach, we could just set again the "position" attribute in the webapp element of the ofbiz-component.xml file (I actually removed the position attributes a few days ago). Jacopo > Patch to customize display sequence of app bar > ---------------------------------------------- > > Key: OFBIZ-1721 > URL: https://issues.apache.org/jira/browse/OFBIZ-1721 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: Release Branch 4.0 > Environment: Dell D620, FC7, JDK 1.6.0_05, OFBiz 4.0 > Reporter: Shi Yusen > Priority: Trivial > Attachments: appbarcomparator.patch > > > The app bar is displayed in the order of title of webapps. For English users, that's ok. For Chinese users, the alphabet order is not that reasonable. > The comparator in this patch is for the users who want to change the sequence of app bar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
No problem. Close it please.
Shi Yusen/Beijing Langhua Ltd. 在 2008-03-26三的 04:59 -0700,Jacopo Cappellato (JIRA)写道: > [ https://issues.apache.org/jira/browse/OFBIZ-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582254#action_12582254 ] > > Jacopo Cappellato commented on OFBIZ-1721: > ------------------------------------------ > > Hi Shi, > > as an alternative approach, we could just set again the "position" attribute in the webapp element of the ofbiz-component.xml file (I actually removed the position attributes a few days ago). > > Jacopo > > > Patch to customize display sequence of app bar > > ---------------------------------------------- > > > > Key: OFBIZ-1721 > > URL: https://issues.apache.org/jira/browse/OFBIZ-1721 > > Project: OFBiz > > Issue Type: Improvement > > Components: ALL COMPONENTS > > Affects Versions: Release Branch 4.0 > > Environment: Dell D620, FC7, JDK 1.6.0_05, OFBiz 4.0 > > Reporter: Shi Yusen > > Priority: Trivial > > Attachments: appbarcomparator.patch > > > > > > The app bar is displayed in the order of title of webapps. For English users, that's ok. For Chinese users, the alphabet order is not that reasonable. > > The comparator in this patch is for the users who want to change the sequence of app bar. > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shi Yusen closed OFBIZ-1721. ---------------------------- Resolution: Invalid Fix Version/s: Release Branch 4.0 Just found I can close this by myself. Great. :) > Patch to customize display sequence of app bar > ---------------------------------------------- > > Key: OFBIZ-1721 > URL: https://issues.apache.org/jira/browse/OFBIZ-1721 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: Release Branch 4.0 > Environment: Dell D620, FC7, JDK 1.6.0_05, OFBiz 4.0 > Reporter: Shi Yusen > Priority: Trivial > Fix For: Release Branch 4.0 > > Attachments: appbarcomparator.patch > > > The app bar is displayed in the order of title of webapps. For English users, that's ok. For Chinese users, the alphabet order is not that reasonable. > The comparator in this patch is for the users who want to change the sequence of app bar. -- 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-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582382#action_12582382 ] Jacques Le Roux commented on OFBIZ-1721: ---------------------------------------- Hi Jacopo, Do you mean programmatically ? Else, though I did only a cursory review of Shi's patch (some stranges caracters in "--- framework/common/webcommon/includes/appbar.ftl (版本 638562) "and some tabs forgotten), it seems that this respect it could be used. > Patch to customize display sequence of app bar > ---------------------------------------------- > > Key: OFBIZ-1721 > URL: https://issues.apache.org/jira/browse/OFBIZ-1721 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: Release Branch 4.0 > Environment: Dell D620, FC7, JDK 1.6.0_05, OFBiz 4.0 > Reporter: Shi Yusen > Priority: Trivial > Fix For: Release Branch 4.0 > > Attachments: appbarcomparator.patch > > > The app bar is displayed in the order of title of webapps. For English users, that's ok. For Chinese users, the alphabet order is not that reasonable. > The comparator in this patch is for the users who want to change the sequence of app bar. -- 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 |