[pve-devel] [PATCH manager 3/7] ext6migrate: fix typo in ContentTypeSelector

Dominik Csapak d.csapak at proxmox.com
Tue Mar 8 11:03:53 CET 2016


it is comboItems not comboItem

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/form/ContentTypeSelector.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/form/ContentTypeSelector.js b/www/manager6/form/ContentTypeSelector.js
index 3c8b4bd..6f5a05a 100644
--- a/www/manager6/form/ContentTypeSelector.js
+++ b/www/manager6/form/ContentTypeSelector.js
@@ -14,7 +14,7 @@ Ext.define('PVE.form.ContentTypeSelector', {
 	}
 
 	Ext.Array.each(me.cts, function(ct) {
-	    me.comboItem.push([ct, PVE.Utils.format_content_types(ct)]);
+	    me.comboItems.push([ct, PVE.Utils.format_content_types(ct)]);
 	});
 
 	me.callParent();
-- 
2.1.4





More information about the pve-devel mailing list