mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Set only_app to override value
This commit is contained in:
parent
7cb13015ae
commit
dbcf9e75eb
@ -160,6 +160,16 @@ export class Et2LinkAppSelect extends SlotMixin(Et2Select)
|
||||
return this.__application_list;
|
||||
}
|
||||
|
||||
get value()
|
||||
{
|
||||
return this.__only_app ? this.__only_app : super.value;
|
||||
}
|
||||
|
||||
set value(new_value)
|
||||
{
|
||||
super.value = new_value;
|
||||
}
|
||||
|
||||
private _handleChange(e)
|
||||
{
|
||||
// Set icon
|
||||
|
Loading…
Reference in New Issue
Block a user