Common AppBar menu for extending by other application appbar menus
------------------------------------------------------------------ Key: OFBIZ-1877 URL: https://issues.apache.org/jira/browse/OFBIZ-1877 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS Affects Versions: SVN trunk Reporter: Bilgin Ibryam Priority: Minor Fix For: SVN trunk This is a patch for the idea Adrian proposed here: http://www.nabble.com/Re%3A-svn-commit%3A-r668125----ofbiz-trunk-applications-content-widget-content-ContentMenus.xml-to17866031.html#a17868975 "It would be cool if we could create a global application menu that contains the main, logout, and login items. All application menus could extend it and then we could eliminate all of that redundant menu widget XML code. " If it is ok, can someone with framework access commit it. Thank, Bilgin -- 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-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam updated OFBIZ-1877: --------------------------------- Attachment: commonAppBar.patch > Common AppBar menu for extending by other application appbar menus > ------------------------------------------------------------------ > > Key: OFBIZ-1877 > URL: https://issues.apache.org/jira/browse/OFBIZ-1877 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Bilgin Ibryam > Priority: Minor > Fix For: SVN trunk > > Attachments: commonAppBar.patch > > > This is a patch for the idea Adrian proposed here: http://www.nabble.com/Re%3A-svn-commit%3A-r668125----ofbiz-trunk-applications-content-widget-content-ContentMenus.xml-to17866031.html#a17868975 > "It would be cool if we could create a global application menu that > contains the main, logout, and login items. All application menus could > extend it and then we could eliminate all of that redundant menu widget > XML code. " > > If it is ok, can someone with framework access commit it. > Thank, > Bilgin -- 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-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1877: ---------------------------------------- Assignee: Jacopo Cappellato > Common AppBar menu for extending by other application appbar menus > ------------------------------------------------------------------ > > Key: OFBIZ-1877 > URL: https://issues.apache.org/jira/browse/OFBIZ-1877 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Bilgin Ibryam > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: commonAppBar.patch > > > This is a patch for the idea Adrian proposed here: http://www.nabble.com/Re%3A-svn-commit%3A-r668125----ofbiz-trunk-applications-content-widget-content-ContentMenus.xml-to17866031.html#a17868975 > "It would be cool if we could create a global application menu that > contains the main, logout, and login items. All application menus could > extend it and then we could eliminate all of that redundant menu widget > XML code. " > > If it is ok, can someone with framework access commit it. > Thank, > Bilgin -- 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-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1877. ------------------------------------ Resolution: Fixed Thanks Bilgin, your patch is in rev. 676959 I am closing the issue even if there are a lot of applications that still don't use it. > Common AppBar menu for extending by other application appbar menus > ------------------------------------------------------------------ > > Key: OFBIZ-1877 > URL: https://issues.apache.org/jira/browse/OFBIZ-1877 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Bilgin Ibryam > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: commonAppBar.patch > > > This is a patch for the idea Adrian proposed here: http://www.nabble.com/Re%3A-svn-commit%3A-r668125----ofbiz-trunk-applications-content-widget-content-ContentMenus.xml-to17866031.html#a17868975 > "It would be cool if we could create a global application menu that > contains the main, logout, and login items. All application menus could > extend it and then we could eliminate all of that redundant menu widget > XML code. " > > If it is ok, can someone with framework access commit it. > Thank, > Bilgin -- 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-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613842#action_12613842 ] Ashish Vijaywargiya commented on OFBIZ-1877: -------------------------------------------- Bilgin, This is very good addition. Thanks for working on it. -- Ashish > Common AppBar menu for extending by other application appbar menus > ------------------------------------------------------------------ > > Key: OFBIZ-1877 > URL: https://issues.apache.org/jira/browse/OFBIZ-1877 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Bilgin Ibryam > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: commonAppBar.patch > > > This is a patch for the idea Adrian proposed here: http://www.nabble.com/Re%3A-svn-commit%3A-r668125----ofbiz-trunk-applications-content-widget-content-ContentMenus.xml-to17866031.html#a17868975 > "It would be cool if we could create a global application menu that > contains the main, logout, and login items. All application menus could > extend it and then we could eliminate all of that redundant menu widget > XML code. " > > If it is ok, can someone with framework access commit it. > Thank, > Bilgin -- 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-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613880#action_12613880 ] Bilgin Ibryam commented on OFBIZ-1877: -------------------------------------- Jacopo, thanks for the commit. The other applications that don't use common menu needs some more work. They use ftl menu, or don't have "main" in the menu, or use tabButtonItem instead of headerItem for selected-menuitem-context-field-name. I hope to find some time to work on it soon. > Common AppBar menu for extending by other application appbar menus > ------------------------------------------------------------------ > > Key: OFBIZ-1877 > URL: https://issues.apache.org/jira/browse/OFBIZ-1877 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Bilgin Ibryam > Assignee: Jacopo Cappellato > Priority: Minor > Fix For: SVN trunk > > Attachments: commonAppBar.patch > > > This is a patch for the idea Adrian proposed here: http://www.nabble.com/Re%3A-svn-commit%3A-r668125----ofbiz-trunk-applications-content-widget-content-ContentMenus.xml-to17866031.html#a17868975 > "It would be cool if we could create a global application menu that > contains the main, logout, and login items. All application menus could > extend it and then we could eliminate all of that redundant menu widget > XML code. " > > If it is ok, can someone with framework access commit it. > Thank, > Bilgin -- 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 |