This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push:
new 3d13c039f4 Fixed: ProductAssocs Screen confused (Helveticus Theme)
(OFBIZ-12615)
3d13c039f4 is described below
commit 3d13c039f408b91fb29f84558699b6b895d21e54
Author: Jacques Le Roux <[email protected]>
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 8373c4b8e4..8a68e3ede6 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>
@@ -1034,10 +1034,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>
@@ -1245,7 +1245,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>
@@ -1373,7 +1373,7 @@ under the License.
</widgets>
</section>
</screen>
-
+
<screen name="ProductPriceHistory">
<section>
<actions>