Author: jleroux
Date: Tue Apr 18 16:16:39 2017 New Revision: 1791805 URL: http://svn.apache.org/viewvc?rev=1791805&view=rev Log: "Applied fix from trunk framework for revision: 1791804 " ------------------------------------------------------------------------ r1791804 | jleroux | 2017-04-18 18:14:49 +0200 (mar. 18 avr. 2017) | 25 lignes Improved: Create New Quote button is duplicated on View Quote page (OFBIZ-9318) Steps to regenerate: 1. Go to Order component (https://localhost:8443/ordermgr/control/main) 2. Click on Quotes submenu (directing to https://localhost:8443/ordermgr/control/FindQuote) 3. Click on Find button. 4. Click on any quoteId (directing to https://localhost:8443/ordermgr/control/ViewQuote?quoteId=CQ0001) 5. Create New Quote button is duplicated. Problem: 1. "ViewQuote" request directs to "ViewQuote" screen in QuoteScreens.xml. 2. On ViewQuote screen, it includes "QuoteSubTabBar" from OrderMenus.xml. 3. "QuoteSubTabBar" has a "Create New Quote" button. But as with OFBIZ-7841, to make it consistent Create New Quote button is added to menu bar. Solution: Removed the button to avoid redundancy. Thanks: Aditya Sharma ------------------------------------------------------------------------ Modified: ofbiz/branches/release16.11/ (props changed) ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderMenus.xml Propchange: ofbiz/branches/release16.11/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Tue Apr 18 16:16:39 2017 @@ -10,5 +10,5 @@ /ofbiz/branches/json-integration-refactoring:1634077-1635900 /ofbiz/branches/multitenant20100310:921280-927264 /ofbiz/branches/release13.07:1547657 -/ofbiz/ofbiz-framework/trunk:1783202,1783388,1784549,1784558,1784708,1785882,1785925,1786079,1786214,1786525,1787047,1787133,1787176,1787535,1787906-1787911,1787949,1789665,1789863,1789874,1790396,1790810,1791277,1791288,1791342,1791346,1791490,1791496,1791625,1791634,1791791 +/ofbiz/ofbiz-framework/trunk:1783202,1783388,1784549,1784558,1784708,1785882,1785925,1786079,1786214,1786525,1787047,1787133,1787176,1787535,1787906-1787911,1787949,1789665,1789863,1789874,1790396,1790810,1791277,1791288,1791342,1791346,1791490,1791496,1791625,1791634,1791791,1791804 /ofbiz/trunk:1770481,1770490,1770540,1771440,1771448,1771516,1771935,1772346,1772880,1774772,1775441,1779724,1780659,1781109,1781125,1781979,1782498,1782520 Modified: ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderMenus.xml?rev=1791805&r1=1791804&r2=1791805&view=diff ============================================================================== --- ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderMenus.xml (original) +++ ofbiz/branches/release16.11/applications/order/widget/ordermgr/OrderMenus.xml Tue Apr 18 16:16:39 2017 @@ -255,9 +255,6 @@ under the License. <parameter param-name="emailType" value="PRDS_QUO_CONFIRM"/> </link> </menu-item> - <menu-item name="editQuote" title="${uiLabelMap.OrderCreateOrderQuote}"> - <link target="EditQuote"/> - </menu-item> <menu-item name="createOrder" title="${uiLabelMap.OrderCreateOrder}"> <condition disabled-style="disabled"> <and> |
Free forum by Nabble | Edit this page |