mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
Fix broken fullEmail feature
This commit is contained in:
parent
1d6caf5bdd
commit
8b5819094d
@ -211,8 +211,8 @@ export class Et2SelectEmail extends Et2Select
|
|||||||
...option.classList,
|
...option.classList,
|
||||||
"et2-select-draggable": !this.readonly && this.allowFreeEntries && this.allowDragAndDrop
|
"et2-select-draggable": !this.readonly && this.allowFreeEntries && this.allowDragAndDrop
|
||||||
})}
|
})}
|
||||||
?.fullEmail=${this.fullEmail}
|
.fullEmail=${this.fullEmail}
|
||||||
?.onlyEmail=${this.onlyEmail}
|
.onlyEmail=${this.onlyEmail}
|
||||||
?removable=${!readonly}
|
?removable=${!readonly}
|
||||||
?readonly=${readonly}
|
?readonly=${readonly}
|
||||||
?editable=${isEditable}
|
?editable=${isEditable}
|
||||||
|
Loading…
Reference in New Issue
Block a user