forked from extern/egroupware
Fix changing selected link entry still kept the original value
This commit is contained in:
parent
f72b842031
commit
123ca38d65
@ -54,6 +54,14 @@ export class Et2LinkSearch extends Et2Select
|
|||||||
return this.parentNode.querySelector("et2-link-apps");
|
return this.parentNode.querySelector("et2-link-apps");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Override parent to do nothing - option is often not in select options
|
||||||
|
*
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
|
private fix_bad_value()
|
||||||
|
{}
|
||||||
|
|
||||||
protected remoteQuery(search : string, options : object)
|
protected remoteQuery(search : string, options : object)
|
||||||
{
|
{
|
||||||
let request = this.egw().request(this.searchUrl, [this._appNode.value, '', search, options]);
|
let request = this.egw().request(this.searchUrl, [this._appNode.value, '', search, options]);
|
||||||
|
Loading…
Reference in New Issue
Block a user