[pbs-devel] [PATCH proxmox-backup 2/9] ui: form/CalendarEvent: do not set displayField
    Dominik Csapak 
    d.csapak at proxmox.com
       
    Wed May 26 11:11:59 CEST 2021
    
    
  
we use displayTpl here, setting displayField will override the template
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/form/CalendarEvent.js | 1 -
 1 file changed, 1 deletion(-)
diff --git a/www/form/CalendarEvent.js b/www/form/CalendarEvent.js
index 8e515b8f..96110aaa 100644
--- a/www/form/CalendarEvent.js
+++ b/www/form/CalendarEvent.js
@@ -25,7 +25,6 @@ Ext.define('PBS.form.CalendarEvent', {
     editable: true,
 
     valueField: 'value',
-    displayField: 'text',
     queryMode: 'local',
 
     matchFieldWidth: false,
-- 
2.20.1
    
    
More information about the pbs-devel
mailing list