in extjs6 they renamed request.operation to request._operation Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 33fa00f..131f367 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1081,7 +1081,7 @@ Ext.define('PVE.Utils', { statics: { } var msg; - var operation = request.operation; + var operation = request._operation; var error = operation.getError(); if (error.statusText) { msg = error.statusText + ' (' + error.status + ')'; -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel