You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/04/16 14:48:16 UTC

svn commit: r1739456 - /ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml

Author: ashish
Date: Sat Apr 16 12:48:16 2016
New Revision: 1739456

URL: http://svn.apache.org/viewvc?rev=1739456&view=rev
Log:
Applied bug fix from trunk r1739446.
======================================
Applied patch from jira issue - OFBIZ-7006. Cache Maintenance action links UI improvement. This is UI improvement but I think we can also consider it as UI bug because link in present scenario creates issues at user end and in case of quick operations they may click on the wrong links. Thanks Rahul Bhooteshwar for creating the issue and providing the patch for the same.
======================================

Modified:
    ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml

Modified: ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml?rev=1739456&r1=1739455&r2=1739456&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml (original)
+++ ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml Sat Apr 16 12:48:16 2016
@@ -246,7 +246,7 @@ under the License.
         </menu-item>
     </menu>
 
-    <menu name="FindCache" extends="CommonButtonBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
+    <menu name="FindCache" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="refresh" title="${uiLabelMap.CommonRefresh}" widget-style="buttontext refresh">
             <link target="FindUtilCache"/>
         </menu-item>