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

commit 0f804b86c87dcfb73e6bf93de950c9a7e9d6577c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 12 11:29:53 2022 +0100

    Improved: Quote "Create New Quote Term" Button URL issues (OFBIZ-12551)
    
    Just replaces CommonWorkEfforts that no longer exists by 
WorkEffortWorkEfforts
---
 applications/order/widget/ordermgr/OrderMenus.xml             | 2 +-
 applications/order/widget/ordermgr/QuoteWorkEffortScreens.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/order/widget/ordermgr/OrderMenus.xml 
b/applications/order/widget/ordermgr/OrderMenus.xml
index b2f0cd8..ef11ba8 100644
--- a/applications/order/widget/ordermgr/OrderMenus.xml
+++ b/applications/order/widget/ordermgr/OrderMenus.xml
@@ -335,7 +335,7 @@ under the License.
                 <parameter param-name="quoteId" 
from-field="parameters.quoteId"/>
             </link>
         </menu-item>
-        <menu-item name="QuoteWorkEfforts" 
title="${uiLabelMap.CommonWorkEfforts}">
+        <menu-item name="QuoteWorkEfforts" 
title="${uiLabelMap.WorkEffortWorkEfforts}">
             <condition>
                 <if-compare operator="equals" value="QUO_CREATED" 
field="quote.statusId"/>
             </condition>
diff --git a/applications/order/widget/ordermgr/QuoteWorkEffortScreens.xml 
b/applications/order/widget/ordermgr/QuoteWorkEffortScreens.xml
index 0896494..b2beed1 100644
--- a/applications/order/widget/ordermgr/QuoteWorkEffortScreens.xml
+++ b/applications/order/widget/ordermgr/QuoteWorkEffortScreens.xml
@@ -122,7 +122,7 @@ under the License.
             <widgets>
                 <decorator-screen name="CommonQuoteDecorator">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.CommonWorkEfforts}">
+                        <screenlet title="${uiLabelMap.WorkEffortWorkEfforts}">
                             <include-form name="ListQuoteWorkEfforts" 
location="component://order/widget/ordermgr/QuoteWorkEffortForms.xml"/>
                         </screenlet>
                     </decorator-section>

Reply via email to