From: Dominik Rusovac <d.rusovac@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Dominik Rusovac <d.rusovac@proxmox.com>
Subject: [pve-devel] [PATCH pve-manager 1/1] fix #7149: ui: prohibit realm update on login
Date: Thu, 18 Dec 2025 13:42:10 +0100 [thread overview]
Message-ID: <20251218124210.10483-3-d.rusovac@proxmox.com> (raw)
In-Reply-To: <20251218124210.10483-1-d.rusovac@proxmox.com>
The realm selection during user creation is no longer stateful. Hence,
as desired, adding a new user does not affect the realm on the login
page.
Signed-off-by: Dominik Rusovac <d.rusovac@proxmox.com>
---
www/manager6/dc/UserEdit.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/dc/UserEdit.js b/www/manager6/dc/UserEdit.js
index 7541816b..84d9cfa8 100644
--- a/www/manager6/dc/UserEdit.js
+++ b/www/manager6/dc/UserEdit.js
@@ -99,6 +99,7 @@ Ext.define('PVE.dc.UserEdit', {
column1.splice(1, 0, {
xtype: 'pmxRealmComboBox',
name: 'realm',
+ stateful: false, // realm is not saved between page reloads
fieldLabel: gettext('Realm'),
allowBlank: false,
matchFieldWidth: false,
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-12-18 12:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 12:42 [pve-devel] [PATCH manager/proxmox-backup 0/2] " Dominik Rusovac
2025-12-18 12:42 ` [pve-devel] [PATCH proxmox-backup 1/1] " Dominik Rusovac
2025-12-18 12:42 ` Dominik Rusovac [this message]
2025-12-19 8:23 ` [pve-devel] [PATCH manager/proxmox-backup 0/2] " Dominik Csapak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251218124210.10483-3-d.rusovac@proxmox.com \
--to=d.rusovac@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox