From 3c93b430cd633374eb215d5b19d2c5c723699ff3 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 5 Apr 2017 09:25:49 +0200 Subject: [PATCH] add baseurl of stdremovebutton to config so that we can bind this Signed-off-by: Dominik Csapak --- button/Button.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/button/Button.js b/button/Button.js index 835a666..e02ea8d 100644 --- a/button/Button.js +++ b/button/Button.js @@ -102,7 +102,9 @@ Ext.define('Proxmox.button.StdRemoveButton', { disabled: true, - baseurl: undefined, + config: { + baseurl: undefined + }, getUrl: function(rec) { var me = this; -- 2.39.2