mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-17 09:59:03 +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',
|
extend: 'PVE.form.ComboGrid',
|
||||||
alias: ['widget.pveSecurityGroupsSelector'],
|
alias: ['widget.pveSecurityGroupsSelector'],
|
||||||
|
|
||||||
|
valueField: 'group',
|
||||||
|
displayField: 'group',
|
||||||
initComponent: function() {
|
initComponent: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
@ -21,8 +23,6 @@ Ext.define('PVE.form.SecurityGroupsSelector', {
|
|||||||
|
|
||||||
Ext.apply(me, {
|
Ext.apply(me, {
|
||||||
store: store,
|
store: store,
|
||||||
valueField: 'group',
|
|
||||||
displayField: 'group',
|
|
||||||
listConfig: {
|
listConfig: {
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user