mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 12:50:21 +00:00
fixup: rename returnCompleteRecord to getRecord
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
59db703100
commit
73b0150c5e
@ -6,7 +6,7 @@
|
|||||||
Ext.define('Proxmox.data.ObjectStore', {
|
Ext.define('Proxmox.data.ObjectStore', {
|
||||||
extend: 'Proxmox.data.UpdateStore',
|
extend: 'Proxmox.data.UpdateStore',
|
||||||
|
|
||||||
returnCompleteRecord: function() {
|
getRecord: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
var record = Ext.create('Ext.data.Model');
|
var record = Ext.create('Ext.data.Model');
|
||||||
me.getData().each(function(item) {
|
me.getData().each(function(item) {
|
||||||
|
Loading…
Reference in New Issue
Block a user