ext6migrate: remove 'comment' id from Comment column in our tables

The use of this field raise an error with ExtJS6 because it is not
unique inside the application.
Removing this is safe, because we never query the Comment column
with an id.
This commit is contained in:
Emmanuel Kasper 2016-01-28 10:59:25 +01:00 committed by Dietmar Maurer
parent 0351a06696
commit a3fd6f1a5b
4 changed files with 0 additions and 4 deletions

View File

@ -128,7 +128,6 @@ Ext.define('PVE.dc.AuthView', {
dataIndex: 'tfa'
},
{
id: 'comment',
header: gettext('Comment'),
sortable: false,
dataIndex: 'comment',

View File

@ -217,7 +217,6 @@ Ext.define('PVE.dc.UserView', {
dataIndex: 'firstname'
},
{
id: 'comment',
header: gettext('Comment'),
sortable: false,
dataIndex: 'comment',

View File

@ -25,7 +25,6 @@ Ext.define('PVE.form.PoolSelector', {
flex: 1
},
{
id: 'comment',
header: gettext('Comment'),
sortable: false,
dataIndex: 'comment',

View File

@ -38,7 +38,6 @@ Ext.define('PVE.form.UserSelector', {
flex: 1
},
{
id: 'comment',
header: gettext('Comment'),
sortable: false,
dataIndex: 'comment',