Skip to content

Commit

Permalink
#1045 ExtJS 6.2 Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone committed Nov 22, 2016
1 parent f6d5160 commit 1a8b019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions pimcore/static6/js/pimcore/asset/tree.js
Expand Up @@ -90,8 +90,7 @@ pimcore.asset.tree = Class.create({
view: this.config.customViewId
}
},
pageSize: itemsPerPage,
root: rootNodeConfig
pageSize: itemsPerPage
});

// assets
Expand Down
3 changes: 1 addition & 2 deletions pimcore/static6/js/pimcore/document/tree.js
Expand Up @@ -106,8 +106,7 @@ pimcore.document.tree = Class.create({
view: this.config.customViewId
}
},
pageSize: itemsPerPage,
root: rootNodeConfig
pageSize: itemsPerPage
});


Expand Down
3 changes: 1 addition & 2 deletions pimcore/static6/js/pimcore/object/tree.js
Expand Up @@ -93,8 +93,7 @@ pimcore.object.tree = Class.create({
view: this.config.customViewId
}
},
pageSize: itemsPerPage,
root: rootNodeConfig
pageSize: itemsPerPage
});


Expand Down

0 comments on commit 1a8b019

Please sign in to comment.