mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 14:11:29 +01:00
WIP transpiling: an other missed StaticOptions usage
greped now for it to make sure it's the last
This commit is contained in:
parent
590d41bfb5
commit
84d067d2b9
@ -524,7 +524,6 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
|
|||||||
let cat_label : (string | string[]) = '';
|
let cat_label : (string | string[]) = '';
|
||||||
if(this.options.value.category)
|
if(this.options.value.category)
|
||||||
{
|
{
|
||||||
let so = new StaticOptions();
|
|
||||||
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()
|
||||||
|
Loading…
Reference in New Issue
Block a user