mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar: Fix category missing from event tooltip
This commit is contained in:
parent
5a824ef25b
commit
950f069fb2
@ -527,7 +527,7 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
|
|||||||
let options = <SelectOption[]>so.cached_server_side(<Et2Select><unknown>{
|
let options = <SelectOption[]>so.cached_server_side(<Et2Select><unknown>{
|
||||||
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 || "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user