* [pve-devel] [PATCH manager] ui: acl: group selector: allow search
@ 2024-04-12 9:16 Fiona Ebner
2024-04-18 20:19 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2024-04-12 9:16 UTC (permalink / raw)
To: pve-devel
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 | 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] ui: acl: group selector: allow search
2024-04-12 9:16 [pve-devel] [PATCH manager] ui: acl: group selector: allow search Fiona Ebner
@ 2024-04-18 20:19 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-04-18 20:19 UTC (permalink / raw)
To: Proxmox VE development discussion, Fiona Ebner
Am 12/04/2024 um 11:16 schrieb Fiona Ebner:
> 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 | 4 ++++
> 1 file changed, 4 insertions(+)
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-18 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 9:16 [pve-devel] [PATCH manager] ui: acl: group selector: allow search Fiona Ebner
2024-04-18 20:19 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal