@annalib/anna-core 25.0.3 → 25.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4891,7 +4891,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4891
4891
|
}
|
|
4892
4892
|
this.stringWithTooltipTemplate = tooltipKey.includes("Pg_Sch_Week")
|
|
4893
4893
|
? this.programChangeTooltipTemplateRef
|
|
4894
|
-
: this.
|
|
4894
|
+
: this.textActionTooltipTemplateRef;
|
|
4895
4895
|
this.textActionTooltip = rowData[tooltipKey];
|
|
4896
4896
|
setTimeout(() => {
|
|
4897
4897
|
this.stringWithTooltipNgbTooltipRef = tooltip;
|