mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
Calendar: Fix incorrect category label in event tooltip
This commit is contained in:
parent
d457d5476a
commit
e9a797acce
@ -529,7 +529,7 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
|
|||||||
nodeName: "ET2-SELECT-CAT_RO",
|
nodeName: "ET2-SELECT-CAT_RO",
|
||||||
egw: () => this.egw()
|
egw: () => this.egw()
|
||||||
}, "select-cat", ",,,calendar", false) || [];
|
}, "select-cat", ",,,calendar", false) || [];
|
||||||
cat_label = options.find((o) => o.value = this.options.value.category)?.label || "";
|
cat_label = options.find((o) => o.value == this.options.value.category)?.label || "";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Activate links in description
|
// Activate links in description
|
||||||
|
Loading…
Reference in New Issue
Block a user