all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-widget-toolkit] vtypes: config id: list '-' as allowed character in help text
@ 2026-05-21 10:05 Arthur Bied-Charreton
  2026-05-26  8:12 ` applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Arthur Bied-Charreton @ 2026-05-21 10:05 UTC (permalink / raw)
  To: pve-devel

The regex allows '-' but the ConfigIdText did not list it as an allowed
character.

Signed-off-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
---
 src/Toolkit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Toolkit.js b/src/Toolkit.js
index c2ae90a..bd31b3c 100644
--- a/src/Toolkit.js
+++ b/src/Toolkit.js
@@ -127,7 +127,7 @@ Ext.apply(Ext.form.field.VTypes, {
     },
     ConfigIdText:
         gettext('Allowed characters') +
-        ": 'A-Z', 'a-z', '0-9', '_'<br />" +
+        ": 'A-Z', 'a-z', '0-9', '_', '-'<br />" +
         gettext('Minimum characters') +
         ': 2<br />' +
         gettext('Must start with') +
-- 
2.47.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* applied: [PATCH proxmox-widget-toolkit] vtypes: config id: list '-' as allowed character in help text
  2026-05-21 10:05 [PATCH proxmox-widget-toolkit] vtypes: config id: list '-' as allowed character in help text Arthur Bied-Charreton
@ 2026-05-26  8:12 ` Fiona Ebner
  0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2026-05-26  8:12 UTC (permalink / raw)
  To: pve-devel, Arthur Bied-Charreton

On Thu, 21 May 2026 12:05:41 +0200, Arthur Bied-Charreton wrote:
> The regex allows '-' but the ConfigIdText did not list it as an allowed
> character.

Applied, thanks!

[1/1] vtypes: config id: list '-' as allowed character in help text
      commit: 0eacb64fcc65f4ba862c2f4a9b3b66feb98a38de




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-26  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 10:05 [PATCH proxmox-widget-toolkit] vtypes: config id: list '-' as allowed character in help text Arthur Bied-Charreton
2026-05-26  8:12 ` applied: " Fiona Ebner

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