mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-16 11:42:52 +00:00
fix securitygroupselector
move the display and value field into class definition, to make it work again Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
70e8f04d1f
commit
c02dd8ff74
@ -2,6 +2,8 @@ Ext.define('PVE.form.SecurityGroupsSelector', {
|
||||
extend: 'PVE.form.ComboGrid',
|
||||
alias: ['widget.pveSecurityGroupsSelector'],
|
||||
|
||||
valueField: 'group',
|
||||
displayField: 'group',
|
||||
initComponent: function() {
|
||||
var me = this;
|
||||
|
||||
@ -21,8 +23,6 @@ Ext.define('PVE.form.SecurityGroupsSelector', {
|
||||
|
||||
Ext.apply(me, {
|
||||
store: store,
|
||||
valueField: 'group',
|
||||
displayField: 'group',
|
||||
listConfig: {
|
||||
columns: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user