This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 7177fea650 Fixed: Quote Edit - wrong decorator screen used (OFBIZ-12554) (#497) 7177fea650 is described below commit 7177fea6501074622d0d6b530f3ab48ba8d17829 Author: Pierre Smits <pierre.sm...@orrtiz.com> AuthorDate: Thu May 12 14:39:17 2022 +0200 Fixed: Quote Edit - wrong decorator screen used (OFBIZ-12554) (#497) Currently, the EditQuote screen in QuoteScreens.xml is using 'main-decorator' as the decorator-screen reference screen. Because of this, the menus for the quote (being edited) are not shown to the user. modified: QuoteScreens.xml changed decorator-screen ref in screen EditQuote from 'main-decorator' to 'CommonQuoteDecorator --- applications/order/widget/ordermgr/QuoteScreens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/order/widget/ordermgr/QuoteScreens.xml b/applications/order/widget/ordermgr/QuoteScreens.xml index 8a04492d36..1e1da42509 100644 --- a/applications/order/widget/ordermgr/QuoteScreens.xml +++ b/applications/order/widget/ordermgr/QuoteScreens.xml @@ -241,7 +241,7 @@ under the License. <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/> </actions> <widgets> - <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="CommonQuoteDecorator"> <decorator-section name="body"> <screenlet title="${groovy: parameters.quoteId ? uiLabelMap.OrderOrderQuoteEdit : uiLabelMap.OrderNewQuote}"> <include-form name="EditQuote" location="component://order/widget/ordermgr/QuoteForms.xml"/>