mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Fix link entry doesn't always show applications
This commit is contained in:
parent
e12c055ff9
commit
37538a22cd
@ -387,7 +387,7 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
|
|||||||
<et2-link-apps
|
<et2-link-apps
|
||||||
onlyApp=${this.onlyApp ? this.onlyApp : nothing}
|
onlyApp=${this.onlyApp ? this.onlyApp : nothing}
|
||||||
?appIcons=${this.appIcons}
|
?appIcons=${this.appIcons}
|
||||||
?applicationList=${this.applicationList}
|
applicationList=${this.applicationList ? this.applicationList : nothing}
|
||||||
?disabled=${this.disabled}
|
?disabled=${this.disabled}
|
||||||
?readonly=${this.disabled}
|
?readonly=${this.disabled}
|
||||||
.value=${this.__value?.app ? this.__value.app : nothing}
|
.value=${this.__value?.app ? this.__value.app : nothing}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user