pve-manager/www/manager5/form
Emmanuel Kasper 069d61df10 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.
2015-05-21 12:21:08 +02:00
..
KVComboBox.js copy KVComboBox.js from manager to manager5 2015-04-27 11:55:23 +02:00
LanguageSelector.js copy LanguageSelector.js from manager to manager5 2015-04-27 11:55:47 +02:00
RealmComboBox.js copy RealmComboBox.js from manager to manager5 2015-04-27 11:56:18 +02:00
ViewSelector.js Remove the queryForm parameter as it blocks the combobox list loading. 2015-05-21 12:21:08 +02:00