svn commit: r1867694 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

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

svn commit: r1867694 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sun Sep 29 07:35:18 2019
New Revision: 1867694

URL: http://svn.apache.org/viewvc?rev=1867694&view=rev
Log:
Improved: Correct location of New Requirement button on Requirements view
(OFBIZ-7333)

Steps to regenerate the issue:
1. Go to order manager.
2. Go to sub-menu "Requirements"
3. Find Requirements view is having New Requirement button placed at wrong
position.

Moves the EditRequirement button above RequirementsTabBar

Thanks: Pranay for patch issue analysis

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?rev=1867694&r1=1867693&r2=1867694&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/RequirementScreens.xml Sun Sep 29 07:35:18 2019
@@ -64,10 +64,10 @@ under the License.
                                 <if-has-permission permission="ORDERMGR" action="_VIEW"/>
                             </condition>
                             <widgets>
-                                <include-menu name="RequirementsTabBar" location="component://order/widget/ordermgr/OrderMenus.xml"/>
                                 <container style="button-bar">
                                     <link target="EditRequirement" text="${uiLabelMap.OrderNewRequirement}" style="buttontext"/>
                                 </container>
+                                <include-menu name="RequirementsTabBar" location="component://order/widget/ordermgr/OrderMenus.xml"/>
                                 <decorator-section-include name="body"/>
                             </widgets>
                             <fail-widgets>