mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-17 22:43:20 +00:00
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
789536e7e8
commit
56c500b917
@ -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…
Reference in New Issue
Block a user