[pve-devel] [PATCH manager] ui: acl: group selector: allow search

Fiona Ebner f.ebner at proxmox.com
Fri Apr 12 11:16:13 CEST 2024


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 at proxmox.com>
---
 www/manager6/form/GroupSelector.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/manager6/form/GroupSelector.js b/www/manager6/form/GroupSelector.js
index 90fa1827..8c7fcbac 100644
--- a/www/manager6/form/GroupSelector.js
+++ b/www/manager6/form/GroupSelector.js
@@ -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',
-- 
2.39.2





More information about the pve-devel mailing list