This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 592199ba86 Fixed: ProductAssocs Screen confused (Helveticus Theme) 
(OFBIZ-12615)
592199ba86 is described below

commit 592199ba869598f2aa2746742858c94e9f2242f0
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon May 16 18:30:04 2022 +0200

    Fixed: ProductAssocs Screen confused (Helveticus Theme) (OFBIZ-12615)
    
    The ProductAssocs screen does not display as expected.
    https://localhost:8443/catalog/control/EditProductAssoc?productId=WG-9943
    This is caused by the tooltip syle (flex) defined for an info text that is 
used
    on that screen.
    
    Solution suggested : keep the text by just removing "style=tooltip".
    
    Thanks: Ingo Wolfmayr
---
 applications/product/widget/catalog/ProductScreens.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/applications/product/widget/catalog/ProductScreens.xml 
b/applications/product/widget/catalog/ProductScreens.xml
index fb78de87ca..1142911885 100644
--- a/applications/product/widget/catalog/ProductScreens.xml
+++ b/applications/product/widget/catalog/ProductScreens.xml
@@ -89,7 +89,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="FindProduct">
         <section>
             <actions>
@@ -1049,10 +1049,10 @@ under the License.
                                     <screenlet 
title="${assocSection.sectionTitle}">
                                         <include-grid name="ListProductAssocs" 
location="component://product/widget/catalog/ProductForms.xml"/>
                                     </screenlet>
-                                    <label 
style="tooltip">${uiLabelMap.CommonNote} : 
${uiLabelMap.ProductHighlightedExplanation}</label>
+                                    <label>${uiLabelMap.CommonNote} : 
${uiLabelMap.ProductHighlightedExplanation}</label>
                                 </widgets>
                             </section>
-                        </iterate-section>  
+                        </iterate-section>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -1260,7 +1260,7 @@ under the License.
                         <screenlet 
title="${uiLabelMap.PageTitleEditProductParties}">
                             <include-grid name="UpdateProductRole" 
location="component://product/widget/catalog/ProductForms.xml"/>
                         </screenlet>
-                        
+
                         <screenlet 
title="${uiLabelMap.ProductAssociatePartyToProduct}">
                             <include-form name="AddProductRole" 
location="component://product/widget/catalog/ProductForms.xml"/>
                         </screenlet>
@@ -1388,7 +1388,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ProductPriceHistory">
         <section>
             <actions>

Reply via email to