forked from extern/egroupware
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;
|
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)
|
private _handleChange(e)
|
||||||
{
|
{
|
||||||
// Set icon
|
// Set icon
|
||||||
|
Loading…
Reference in New Issue
Block a user