ui: form/CalendarEvent: do not set displayField

we use displayTpl here, setting displayField will override the template

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-26 11:11:59 +02:00 committed by Thomas Lamprecht
parent ecf5f468c3
commit eb90405a78
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ Ext.define('PBS.form.CalendarEvent', {
editable: true,
valueField: 'value',
displayField: 'text',
queryMode: 'local',
matchFieldWidth: false,