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:
parent
ecf5f468c3
commit
eb90405a78
|
@ -25,7 +25,6 @@ Ext.define('PBS.form.CalendarEvent', {
|
|||
editable: true,
|
||||
|
||||
valueField: 'value',
|
||||
displayField: 'text',
|
||||
queryMode: 'local',
|
||||
|
||||
matchFieldWidth: false,
|
||||
|
|
Loading…
Reference in New Issue