mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 13:33:34 +00:00
Remove the queryForm parameter as it blocks the combobox list loading.
For unknown reasons, setting queryForm: here prevents loading the option list in the combobox. However: the queryForm parameter only would only make sense if we also set 'editable' to 'true', since queryForm specifies how the drop down list should react to user input in the text field of the combobox. Hence it is safe to remove it. Tested with ExtJS4 and ExtJS5, this patch has no impact on the rendering of the underneath node tree.
This commit is contained in:
parent
e6c5b14075
commit
069d61df10
@ -53,7 +53,6 @@ Ext.define('PVE.form.ViewSelector', {
|
||||
store: store,
|
||||
value: groupdef[0][0],
|
||||
editable: false,
|
||||
queryMode: 'local',
|
||||
allowBlank: false,
|
||||
forceSelection: true,
|
||||
autoSelect: false,
|
||||
|
Loading…
Reference in New Issue
Block a user