From 2797743ed4b049c68f4f12e4eb4c2db099fa876a Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 23 Nov 2022 10:23:36 +0100 Subject: [PATCH] userblocklists: use PMGMail as validator for pmail to be able to add addresses to the lists for non-ascii-addresses Signed-off-by: Stoiko Ivanov --- js/UserBlackWhiteList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/UserBlackWhiteList.js b/js/UserBlackWhiteList.js index 44d75b3..1344496 100644 --- a/js/UserBlackWhiteList.js +++ b/js/UserBlackWhiteList.js @@ -127,7 +127,7 @@ Ext.define('PMG.UserBlackWhiteList', { { xtype: 'combobox', displayField: 'mail', - vtype: 'proxmoxMail', + vtype: 'PMGMail', allowBlank: false, valueField: 'mail', store: { -- 2.39.2