]> git.proxmox.com Git - pve-manager-legacy.git/commit
ext5migrate: replace deprecated call Ext.ModelMgr.create()
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 29 Apr 2015 09:57:30 +0000 (11:57 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 29 Apr 2015 11:22:57 +0000 (13:22 +0200)
commit2489e2abe35b46d1c7897dd9431eecaedbccd9e5
treed5dec68d7e19bddb99cf7fad5d7617593a18409a
parent4359de7a4897672e4897bee13f9e4644d61b4423
ext5migrate: replace deprecated call Ext.ModelMgr.create()

Ext.ModelMgr.create() was removed in 5.*
The recommended way to create a new instance is to call Ext.create()
Ext.create() does not take a "id" argument, however it sets
the id of the instance to the id  of the config object given
to the Ext.create() call.
www/manager5/tree/ResourceTree.js