mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 17:14:28 +00:00
fixup schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
75a2c32d77
commit
bc2b6fdd21
@ -20,7 +20,7 @@ Ext.define('Proxmox.window.AuthEditBase', {
|
|||||||
me.method = 'PUT';
|
me.method = 'PUT';
|
||||||
}
|
}
|
||||||
|
|
||||||
let authConfig = Proxmox.Utils.authSchema[me.authType];
|
let authConfig = Proxmox.Schema.authDomains[me.authType];
|
||||||
if (!authConfig) {
|
if (!authConfig) {
|
||||||
throw 'unknown auth type';
|
throw 'unknown auth type';
|
||||||
} else if (!authConfig.add && me.isCreate) {
|
} else if (!authConfig.add && me.isCreate) {
|
||||||
|
Loading…
Reference in New Issue
Block a user