mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:25:58 +00:00
fix #1635: correctly change maxIds in ControllerSelector in wizard
we want to change the maxIds value even when not rendered, since in the wizard, the controller can change from a different panel in the tabpanel Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a71b43989e
commit
369e3ecd0a
@ -107,7 +107,7 @@ Ext.define('PVE.form.ControllerSelector', {
|
||||
flex: 2,
|
||||
listeners: {
|
||||
change: function(t, value) {
|
||||
if (!me.rendered || !value) {
|
||||
if (!value) {
|
||||
return;
|
||||
}
|
||||
var field = me.down('field[name=deviceid]');
|
||||
|
Loading…
Reference in New Issue
Block a user