[pmg-devel] [PATCH pmg-gui v3 2/2] userblocklists: use PMGMail as validator for pmail

Stoiko Ivanov s.ivanov at proxmox.com
Wed Nov 23 10:23:36 CET 2022


to be able to add addresses to the lists for non-ascii-addresses

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 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.30.2





More information about the pmg-devel mailing list