Author: deepak
Date: Fri Sep  2 19:09:16 2016
New Revision: 1759014

URL: http://svn.apache.org/viewvc?rev=1759014&view=rev
Log:
(OFBIZ-7602) Removed un-necessary condition from product decorator, due to this 
condition product tab bar was displaying on create new product screen.


Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1759014&r1=1759013&r2=1759014&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml 
(original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Fri Sep  
2 19:09:16 2016
@@ -56,10 +56,7 @@ under the License.
                             <widgets>
                                 <section>
                                     <condition>
-                                        <or>
-                                            <not><if-empty 
field="product"/></not>
-                                            <not><if-empty 
field="parameters.bypassIfNoProduct"/></not>
-                                        </or>
+                                        <not><if-empty field="product"/></not>
                                     </condition>
                                     <widgets>
                                         <include-menu name="ProductTabBar" 
location="component://product/widget/catalog/CatalogMenus.xml"/>
@@ -127,8 +124,6 @@ under the License.
                 <set field="titleProperty" value="PageTitleEditProduct"/>
                 <set field="tabButtonItem" value="EditProduct"/>
                 <set field="labelTitleProperty" value="ProductProduct"/>
-
-                <set field="parameters.bypassIfNoProduct" value="true"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonProductDecorator" 
location="${parameters.productDecoratorLocation}">


Reply via email to