[ofbiz-framework] branch trunk updated: Improved: Create new quote button should be removed from new quote screen (OFBIZ-11405)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Create new quote button should be removed from new quote screen (OFBIZ-11405)

akashjain
This is an automated email from the ASF dual-hosted git repository.

akashjain 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 b67eb60  Improved: Create new quote button should be removed from new quote screen (OFBIZ-11405)
b67eb60 is described below

commit b67eb606a682d0e20faf2f78b284b5889bfb0a50
Author: Akash Jain <[hidden email]>
AuthorDate: Sat Aug 22 21:30:38 2020 +0530

    Improved: Create new quote button should be removed from new quote screen (OFBIZ-11405)
   
    Thanks, Ratnesh for reporting the issue.
---
 applications/order/widget/ordermgr/QuoteScreens.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/applications/order/widget/ordermgr/QuoteScreens.xml b/applications/order/widget/ordermgr/QuoteScreens.xml
index 0d3cfdc..ec00ec6 100644
--- a/applications/order/widget/ordermgr/QuoteScreens.xml
+++ b/applications/order/widget/ordermgr/QuoteScreens.xml
@@ -235,6 +235,7 @@ under the License.
         <section>
             <actions>
                 <set field="titleProperty" value="OrderOrderQuoteEdit"/>
+                <set field="headerItem" value="quote"/>
                 <set field="tabButtonItem" value="EditQuote"/>
 
                 <set field="quoteId" from-field="parameters.quoteId"/>
@@ -243,7 +244,7 @@ under the License.
                 <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
             </actions>
             <widgets>
-                <decorator-screen name="CommonQuoteDecorator">
+                <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.OrderOrderQuoteEdit}">
                             <include-form name="EditQuote" location="component://order/widget/ordermgr/QuoteForms.xml"/>