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 0fc9a06435 improved: Duplicate action trigger in Manufacturing 
(OFBIZ-13101) (#806)
0fc9a06435 is described below

commit 0fc9a06435aa6f5d8d8aad806315295d63055b9f
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Fri May 24 17:06:44 2024 +0200

    improved: Duplicate action trigger in Manufacturing (OFBIZ-13101) (#806)
    
    On the 'FndProductionRun' an action trigger to create something is shown.
    This links to CreateProductionRun. This action trigger is already available 
via the MainActionMenu.
    
    Removing this duplicate also improves the experience for users with only 
VIEW permissions, like auditor in the demo site.
    
    modified: JopshopScreens.xml
    - removed decorator-section having action trigger
---
 applications/manufacturing/widget/manufacturing/JobshopScreens.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/applications/manufacturing/widget/manufacturing/JobshopScreens.xml 
b/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
index e71b6e1a1d..8a5e1a732e 100644
--- a/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
+++ b/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
@@ -702,11 +702,6 @@ under the License.
                         <section>
                             <widgets>
                                 <decorator-screen name="FindScreenDecorator" 
location="component://common/widget/CommonScreens.xml">
-                                    <decorator-section name="menu-bar">
-                                        <container style="button-bar">
-                                            <link target="CreateProductionRun" 
text="${uiLabelMap.CommonCreate}" style="buttontext create"/>
-                                        </container>
-                                    </decorator-section>
                                     <decorator-section name="search-options">
                                         <platform-specific>
                                             <html><html-template 
multi-block="true" 
location="component://common-theme/template/includes/SetMultipleSelectJsList.ftl"/></html>

Reply via email to