partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 955d1e633fa185f80130d0b071fd024196f7d120
parent 432c01b8a1651588cc51de05c59f98dc591d8682
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  5 Nov 2015 17:18:27 +0100

Hide tree root

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartCategoryTree.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartCategoryTree.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartCategoryTree.js @@ -4,7 +4,7 @@ Ext.define("PartKeepr.PartCategoryTree", { ddGroup: 'PartTree', categoryModel: 'PartKeepr.PartBundle.Entity.PartCategory', - rootVisible: true, + rootVisible: false, initComponent: function () {