Commit 656c3da6 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

ext5migrate: rename 'root:' property of a Ext.data.reader

This has been renamed to 'rootProperty:' in ExtJS 5. Rename our parameter
accordingly to silence the deprecation warning.
parent 4626704e
...@@ -19,7 +19,7 @@ Ext.define('PVE.RestProxy', { ...@@ -19,7 +19,7 @@ Ext.define('PVE.RestProxy', {
Ext.applyIf(config, { Ext.applyIf(config, {
reader: { reader: {
type: 'json', type: 'json',
root: config.root || 'data' rootProperty: config.root || 'data'
}, },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment