mirror of
				https://git.proxmox.com/git/proxmox-widget-toolkit
				synced 2025-11-04 02:58:54 +00:00 
			
		
		
		
	ObjectGrid.js: new monStoreErrors properties
This commit is contained in:
		
							parent
							
								
									835b5d8e6a
								
							
						
					
					
						commit
						4297e79537
					
				@ -22,6 +22,8 @@ Ext.define('Proxmox.grid.ObjectGrid', {
 | 
			
		||||
    disabled: false,
 | 
			
		||||
    hideHeaders: true,
 | 
			
		||||
 | 
			
		||||
    monStoreErrors: false,
 | 
			
		||||
 | 
			
		||||
    add_combobox_row: function(name, text, opts) {
 | 
			
		||||
	var me = this;
 | 
			
		||||
 | 
			
		||||
@ -283,5 +285,9 @@ Ext.define('Proxmox.grid.ObjectGrid', {
 | 
			
		||||
	});
 | 
			
		||||
 | 
			
		||||
	me.callParent();
 | 
			
		||||
 | 
			
		||||
	if (me.monStoreErrors) {
 | 
			
		||||
	    Proxmox.Utils.monStoreErrors(me, me.store);
 | 
			
		||||
	}
 | 
			
		||||
   }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user