Commit d8006fa7 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

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.
parent 98982b92
...@@ -53,7 +53,6 @@ Ext.define('PVE.form.ViewSelector', { ...@@ -53,7 +53,6 @@ Ext.define('PVE.form.ViewSelector', {
store: store, store: store,
value: groupdef[0][0], value: groupdef[0][0],
editable: false, editable: false,
queryMode: 'local',
allowBlank: false, allowBlank: false,
forceSelection: true, forceSelection: true,
autoSelect: false, autoSelect: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment