mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-23 08:50:25 +00:00
proxmoxStdRemoveButton: fixup getUrl method - add 'me'
This commit is contained in:
parent
375c055b9a
commit
3c08d49aa1
@ -87,6 +87,8 @@ Ext.define('Proxmox.button.StdRemoveButton', {
|
|||||||
baseurl: undefined,
|
baseurl: undefined,
|
||||||
|
|
||||||
getUrl: function(rec) {
|
getUrl: function(rec) {
|
||||||
|
var me = this;
|
||||||
|
|
||||||
return me.baseurl + '/' + rec.getId();
|
return me.baseurl + '/' + rec.getId();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user