]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: acl: group selector: allow search
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 12 Apr 2024 09:16:13 +0000 (11:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 20:19:18 +0000 (22:19 +0200)
Makes it consistent with the user selector and token selector.

Requested in the community forum:
https://forum.proxmox.com/threads/144978/

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
www/manager6/form/GroupSelector.js

index 90fa1827f0b0bdfa53df41c392ea791153523b30..8c7fcbac8902e0c2761ab03b2223cfa92b7dec6e 100644 (file)
@@ -12,6 +12,10 @@ Ext.define('PVE.form.GroupSelector', {
     extend: 'Proxmox.form.ComboGrid',
     xtype: 'pveGroupSelector',
 
+    editable: true,
+    anyMatch: true,
+    forceSelection: true,
+
     allowBlank: false,
     autoSelect: false,
     valueField: 'groupid',