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:
parent
0351a06696
commit
a3fd6f1a5b
@ -128,7 +128,6 @@ Ext.define('PVE.dc.AuthView', {
|
||||
dataIndex: 'tfa'
|
||||
},
|
||||
{
|
||||
id: 'comment',
|
||||
header: gettext('Comment'),
|
||||
sortable: false,
|
||||
dataIndex: 'comment',
|
||||
|
@ -217,7 +217,6 @@ Ext.define('PVE.dc.UserView', {
|
||||
dataIndex: 'firstname'
|
||||
},
|
||||
{
|
||||
id: 'comment',
|
||||
header: gettext('Comment'),
|
||||
sortable: false,
|
||||
dataIndex: 'comment',
|
||||
|
@ -25,7 +25,6 @@ Ext.define('PVE.form.PoolSelector', {
|
||||
flex: 1
|
||||
},
|
||||
{
|
||||
id: 'comment',
|
||||
header: gettext('Comment'),
|
||||
sortable: false,
|
||||
dataIndex: 'comment',
|
||||
|
@ -38,7 +38,6 @@ Ext.define('PVE.form.UserSelector', {
|
||||
flex: 1
|
||||
},
|
||||
{
|
||||
id: 'comment',
|
||||
header: gettext('Comment'),
|
||||
sortable: false,
|
||||
dataIndex: 'comment',
|
||||
|
Loading…
x
Reference in New Issue
Block a user