all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Rusovac <d.rusovac@proxmox.com>
To: pve-devel@lists.proxmox.com
Cc: Dominik Rusovac <d.rusovac@proxmox.com>
Subject: [pve-devel] [PATCH proxmox-backup 1/1] fix #7149: ui: prohibit realm update on login
Date: Thu, 18 Dec 2025 13:42:09 +0100	[thread overview]
Message-ID: <20251218124210.10483-2-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/window/UserEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/window/UserEdit.js b/www/window/UserEdit.js
index a11507a7..9d9fc9c7 100644
--- a/www/window/UserEdit.js
+++ b/www/window/UserEdit.js
@@ -80,6 +80,7 @@ Ext.define('PBS.window.UserEdit', {
                 bind: {
                     value: '{realm}',
                 },
+                stateful: false, // realm is not saved between page reloads
                 cbind: {
                     hidden: '{!isCreate}',
                     disabled: '{!isCreate}',
-- 
2.47.3



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


  reply	other threads:[~2025-12-18 12:42 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 ` Dominik Rusovac [this message]
2025-12-18 12:42 ` [pve-devel] [PATCH pve-manager 1/1] " Dominik Rusovac
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-2-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 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