WIP transpiling: an other missed StaticOptions usage

greped now for it to make sure it's the last
This commit is contained in:
ralf 2023-03-14 09:44:55 +01:00
parent 590d41bfb5
commit 84d067d2b9

View File

@ -524,7 +524,6 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
let cat_label : (string | string[]) = '';
if(this.options.value.category)
{
let so = new StaticOptions();
let options = <SelectOption[]>so.cached_server_side(<Et2Select><unknown>{
nodeName: "ET2-SELECT-CAT_RO",
egw: () => this.egw()