mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:22:14 +01:00
Hoist to escape container
This commit is contained in:
parent
57e1845c16
commit
45327d559a
@ -82,6 +82,7 @@ export class Et2LinkAppSelect extends SlotMixin(Et2Select)
|
|||||||
super();
|
super();
|
||||||
this.app_icons = true;
|
this.app_icons = true;
|
||||||
this.application_list = [];
|
this.application_list = [];
|
||||||
|
this.hoist = true;
|
||||||
|
|
||||||
// Select options are based off abilities registered with link system
|
// Select options are based off abilities registered with link system
|
||||||
this._reset_select_options();
|
this._reset_select_options();
|
||||||
|
Loading…
Reference in New Issue
Block a user