mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
Et2LinkAppSelect: Make proper SelectOptions out of app list
This commit is contained in:
parent
6b072932bd
commit
ed92763176
@ -203,7 +203,10 @@ export class Et2LinkAppSelect extends SlotMixin(Et2Select)
|
|||||||
}
|
}
|
||||||
else if(this.applicationList.length > 0)
|
else if(this.applicationList.length > 0)
|
||||||
{
|
{
|
||||||
select_options = this.applicationList;
|
select_options = this.applicationList.map((app) =>
|
||||||
|
{
|
||||||
|
return {value: app, label: this.egw().lang(app)};
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user