mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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)
|
||||
{
|
||||
select_options = this.applicationList;
|
||||
select_options = this.applicationList.map((app) =>
|
||||
{
|
||||
return {value: app, label: this.egw().lang(app)};
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user