Author: jleroux
Date: Thu Dec 12 20:39:09 2013
New Revision: 1550515
URL:
http://svn.apache.org/r1550515Log:
I see no reasons to not have expand/collapse all for new product (creation). I guess it was simply a half-batched C/P from above item, so I will backport to releases (R11.04 is ok)
Modified:
ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml?rev=1550515&r1=1550514&r2=1550515&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml Thu Dec 12 20:39:09 2013
@@ -550,7 +550,6 @@ under the License.
<menu-item name="ExpandAll" title="${uiLabelMap.CommonExpandAll}" widget-style="buttontext expand-all">
<condition>
<and>
- <not><if-empty field="product"/></not>
<if-compare operator="equals" value="EditProduct" field="tabButtonItem"/>
</and>
</condition>
@@ -559,7 +558,6 @@ under the License.
<menu-item name="CollapseAll" title="${uiLabelMap.CommonCollapseAll}" widget-style="buttontext collapse-all">
<condition>
<and>
- <not><if-empty field="product"/></not>
<if-compare operator="equals" value="EditProduct" field="tabButtonItem"/>
</and>
</condition>