From: Dietmar Maurer Date: Mon, 27 Mar 2017 09:03:12 +0000 (+0200) Subject: proxmoxStdRemoveButton: fixup getUrl method - add 'me' X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3c08d49aa1c74cd7668e109e9826a65b053813c9;p=proxmox-widget-toolkit.git proxmoxStdRemoveButton: fixup getUrl method - add 'me' --- diff --git a/button/Button.js b/button/Button.js index f0a2a6f..6d55ea7 100644 --- a/button/Button.js +++ b/button/Button.js @@ -87,6 +87,8 @@ Ext.define('Proxmox.button.StdRemoveButton', { baseurl: undefined, getUrl: function(rec) { + var me = this; + return me.baseurl + '/' + rec.getId(); },