[pve-devel] [PATCH pve-manager 2/3] Ext6migrate :remove unused column ID
Emmanuel Kasper
e.kasper at proxmox.com
Thu Dec 3 11:11:14 CET 2015
An component id 'comment' is already defined for the column Comment of UserView.js causing here a conflict.
It seems ExtJS6 is more stringent about that than ExtJS4.
---
www/manager6/form/GroupSelector.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/manager6/form/GroupSelector.js b/www/manager6/form/GroupSelector.js
index f4e4b63..0fc8d27 100644
--- a/www/manager6/form/GroupSelector.js
+++ b/www/manager6/form/GroupSelector.js
@@ -25,7 +25,6 @@ Ext.define('PVE.form.GroupSelector', {
flex: 1
},
{
- id: 'comment',
header: gettext('Comment'),
sortable: false,
dataIndex: 'comment',
--
2.1.4
More information about the pve-devel
mailing list