]> git.proxmox.com Git - pmg-gui.git/commitdiff
userblocklists: use PMGMail as validator for pmail
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 23 Nov 2022 09:23:36 +0000 (10:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Nov 2022 14:26:38 +0000 (15:26 +0100)
to be able to add addresses to the lists for non-ascii-addresses

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
js/UserBlackWhiteList.js

index 44d75b389eeda74dce9962eaf857584dd7fd4ab3..134449607c9018be4f805666063c02665e42842d 100644 (file)
@@ -127,7 +127,7 @@ Ext.define('PMG.UserBlackWhiteList', {
        {
            xtype: 'combobox',
            displayField: 'mail',
-           vtype: 'proxmoxMail',
+           vtype: 'PMGMail',
            allowBlank: false,
            valueField: 'mail',
            store: {