fix #1224: ui: ACLAdd: allow to filter by username

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-11-16 12:12:57 +01:00 committed by Dominik Csapak
parent 4038c603dd
commit e39b0f1325

View File

@ -1,10 +1,16 @@
Ext.define('PVE.form.UserSelector', {
extend: 'Proxmox.form.ComboGrid',
alias: ['widget.pveUserSelector'],
allowBlank: false,
autoSelect: false,
valueField: 'userid',
displayField: 'userid',
editable: true,
anyMatch: true,
forceSelection: true,
initComponent: function() {
var me = this;