Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
I see no reasons to not have expand/collapse all for new product (cre…
Browse files Browse the repository at this point in the history
…ation). I guess it was simply a half-batched C/P from above item, so I will backport to releases (R11.04 is ok)

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1550515 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed Dec 12, 2013
1 parent 1126981 commit 7d49e9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applications/product/widget/catalog/CatalogMenus.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 7d49e9e

Please sign in to comment.