[pve-devel] [PATCH manager 2/2] fix monStoreErrors

Dominik Csapak d.csapak at proxmox.com
Fri Mar 4 15:15:32 CET 2016


in extjs6 they renamed request.operation to request._operation

Signed-off-by: Dominik Csapak <d.csapak at 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





More information about the pve-devel mailing list