proxmoxStdRemoveButton: fixup getUrl method - add 'me'

This commit is contained in:
Dietmar Maurer 2017-03-27 11:03:12 +02:00
parent 375c055b9a
commit 3c08d49aa1

View File

@ -87,6 +87,8 @@ Ext.define('Proxmox.button.StdRemoveButton', {
baseurl: undefined,
getUrl: function(rec) {
var me = this;
return me.baseurl + '/' + rec.getId();
},