mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
add missing readonly et2-select-lang to fix language column in news-admin index
This commit is contained in:
parent
193dbfc339
commit
ed09a0b079
@ -472,3 +472,18 @@ export class Et2SelectYearReadonly extends Et2SelectReadonly
|
||||
|
||||
// @ts-ignore TypeScript is not recognizing that this widget is a LitElement
|
||||
customElements.define("et2-select-year_ro", Et2SelectYearReadonly);
|
||||
|
||||
export class Et2SelectLangReadonly extends Et2SelectReadonly
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
super();
|
||||
|
||||
this.select_options = so.lang(this, {other: this.other || []});
|
||||
}
|
||||
|
||||
protected find_select_options(_attrs) {}
|
||||
}
|
||||
|
||||
// @ts-ignore TypeScript is not recognizing that this widget is a LitElement
|
||||
customElements.define("et2-select-lang_ro", Et2SelectLangReadonly);
|
Loading…
Reference in New Issue
Block a user