[pve-devel] applied: [PATCH manager 1/2] ui: auth base: fix setting auth type in onGetValues

Thomas Lamprecht t.lamprecht at proxmox.com
Sun Apr 26 13:36:18 CEST 2020


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/dc/AuthEditBase.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/dc/AuthEditBase.js b/www/manager6/dc/AuthEditBase.js
index 105d16a1..06ebc0bb 100644
--- a/www/manager6/dc/AuthEditBase.js
+++ b/www/manager6/dc/AuthEditBase.js
@@ -15,7 +15,7 @@ Ext.define('PVE.panel.AuthBase', {
 	}
 
 	if (me.isCreate) {
-	    values.type = me.authType;
+	    values.type = me.type;
 	}
 
 	return values;
-- 
2.20.1





More information about the pve-devel mailing list