Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Upcoming Branch
-
None
Description
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.
Attached you will find the solution by simply remove the info line.
I removed it because I think it is not necessary in this place. Heres the text:
"Note : date/time entries denote that the current time is before the From Date or after the Through Date. If the From Date is red, association has not started yet; if Through Date is red, association has expired (and should probably be deleted)."
Such a description is only used on that screen. For example it cannot be found on ProductPriceScreen or ProductFeatureScreen - the same (FROM_DATE/THRU_DATE) logic applies on this pages.
Another solution is to keep the text by just removeing "style=tooltip".