mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +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",
|
||||
egw: () => this.egw()
|
||||
}, "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
|
||||
|
Loading…
Reference in New Issue
Block a user