mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 03:58:26 +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,
|
editable: true,
|
||||||
|
|
||||||
valueField: 'value',
|
valueField: 'value',
|
||||||
displayField: 'text',
|
|
||||||
queryMode: 'local',
|
queryMode: 'local',
|
||||||
|
|
||||||
store: {
|
store: {
|
||||||
|
Loading…
Reference in New Issue
Block a user