mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 01:39:34 +01:00
fix diff to master
This commit is contained in:
parent
70dbebae41
commit
29481248d1
@ -303,17 +303,6 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
|
|||||||
Favorite.applyFavorite(this.egw, this.app, this.preferred);
|
Favorite.applyFavorite(this.egw, this.app, this.preferred);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Handle the click from the main button
|
|
||||||
*
|
|
||||||
* @param {MouseEvent} event
|
|
||||||
* @protected
|
|
||||||
*/
|
|
||||||
protected _handleClick(event : MouseEvent)
|
|
||||||
{
|
|
||||||
this._apply_favorite(this.preferred);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clicked a radio button
|
* Clicked a radio button
|
||||||
*
|
*
|
||||||
|
@ -178,19 +178,6 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
|
|||||||
return this._searchNode?.searchOptions;
|
return this._searchNode?.searchOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
set searchOptions(options)
|
|
||||||
{
|
|
||||||
this.updateComplete.then(() =>
|
|
||||||
{
|
|
||||||
this._searchNode.searchOptions = options;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
get searchOptions()
|
|
||||||
{
|
|
||||||
return this._searchNode?.searchOptions;
|
|
||||||
}
|
|
||||||
|
|
||||||
get _appNode() : Et2LinkAppSelect
|
get _appNode() : Et2LinkAppSelect
|
||||||
{
|
{
|
||||||
return this.shadowRoot?.querySelector("et2-link-apps");
|
return this.shadowRoot?.querySelector("et2-link-apps");
|
||||||
|
Loading…
Reference in New Issue
Block a user