Author: ashish
Date: Sat Apr 16 12:20:58 2016
New Revision: 1739446
URL:
http://svn.apache.org/viewvc?rev=1739446&view=revLog:
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/trunk/framework/webtools/widget/Menus.xml
Modified: ofbiz/trunk/framework/webtools/widget/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/Menus.xml?rev=1739446&r1=1739445&r2=1739446&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/widget/Menus.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/Menus.xml Sat Apr 16 12:20:58 2016
@@ -274,7 +274,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>