svn commit: r1867702 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

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

svn commit: r1867702 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sun Sep 29 08:15:40 2019
New Revision: 1867702

URL: http://svn.apache.org/viewvc?rev=1867702&view=rev
Log:
Improved: Make Create Menu tab bar for BOM consistent
(OFBIZ-8194)

Adds a create BOM tab bar in the main decorator to maintain the consistency
throughout the tab bar of BOM.

Thanks: Avnindra Sharma for the report and patch, Pierre Smits for testing

Modified:
    ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml?rev=1867702&r1=1867701&r2=1867702&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml Sun Sep 29 08:15:40 2019
@@ -32,6 +32,7 @@ under the License.
                             </condition>
                             <widgets>
                                 <include-menu name="BomTabBar" location="component://manufacturing/widget/manufacturing/ManufacturingMenus.xml"/>
+                                <container style="button-bar"><link target="EditProductBom" text="${uiLabelMap.ManufacturingCreateBom}" style="buttontext"/></container>
                                 <decorator-section-include name="body"/>
                             </widgets>
                             <fail-widgets>
@@ -143,9 +144,6 @@ under the License.
                 <decorator-screen name="CommonBomDecorator">
                     <decorator-section name="body">
                         <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
-                            <decorator-section name="menu-bar">
-                                <container style="button-bar"><link target="EditProductBom" text="${uiLabelMap.ManufacturingCreateBom}" style="buttontext"/></container>
-                            </decorator-section>
                             <decorator-section name="search-options">
                                 <include-form name="FindBom" location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
                             </decorator-section>