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:
Dominik Csapak 2021-05-26 11:01:12 +02:00 committed by Thomas Lamprecht
parent d6ee17e74f
commit 57cbbfa969

View File

@ -5,7 +5,6 @@ Ext.define('PVE.form.CalendarEvent', {
editable: true,
valueField: 'value',
displayField: 'text',
queryMode: 'local',
store: {