mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 02:28:34 +00:00
ui: form/CalendarEvent: remove displayField from config
in extjs 7.0, setting the displayField overwrites the displayTpl, which we use here Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
d6ee17e74f
commit
57cbbfa969
@ -5,7 +5,6 @@ Ext.define('PVE.form.CalendarEvent', {
|
||||
editable: true,
|
||||
|
||||
valueField: 'value',
|
||||
displayField: 'text',
|
||||
queryMode: 'local',
|
||||
|
||||
store: {
|
||||
|
Loading…
Reference in New Issue
Block a user