svn commit: r1550516 - in /ofbiz/branches/release13.07: ./ applications/product/widget/catalog/CatalogMenus.xml

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

svn commit: r1550516 - in /ofbiz/branches/release13.07: ./ applications/product/widget/catalog/CatalogMenus.xml

jleroux@apache.org
Author: jleroux
Date: Thu Dec 12 20:40:11 2013
New Revision: 1550516

URL: http://svn.apache.org/r1550516
Log:
"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/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/product/widget/catalog/CatalogMenus.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1550515

Modified: ofbiz/branches/release13.07/applications/product/widget/catalog/CatalogMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/widget/catalog/CatalogMenus.xml?rev=1550516&r1=1550515&r2=1550516&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/product/widget/catalog/CatalogMenus.xml (original)
+++ ofbiz/branches/release13.07/applications/product/widget/catalog/CatalogMenus.xml Thu Dec 12 20:40:11 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>