Author: jleroux
Date: Thu Dec 12 20:42:39 2013
New Revision: 1550517
URL:
http://svn.apache.org/r1550517Log:
"Applied fix from trunk for revision: 1550515"
------------------------------------------------------------------------
r1550515 | jleroux | 2013-12-12 21:39:09 +0100 (jeu. 12 déc. 2013) | 1 ligne
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/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/applications/product/widget/catalog/CatalogMenus.xml
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1550515
Modified: ofbiz/branches/release12.04/applications/product/widget/catalog/CatalogMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/widget/catalog/CatalogMenus.xml?rev=1550517&r1=1550516&r2=1550517&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/product/widget/catalog/CatalogMenus.xml (original)
+++ ofbiz/branches/release12.04/applications/product/widget/catalog/CatalogMenus.xml Thu Dec 12 20:42:39 2013
@@ -543,7 +543,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>
@@ -552,7 +551,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>