partkeepr

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

commit 24b0c6c07cb23eb97f4acfa82403a627ca68bc2e
parent be0ff0e1b6ae1d2fc84449d6b0cb55b22ef31c4a
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Oct 2015 15:56:34 +0100

Merge branch 'sf2migration' of github.com:partkeepr/PartKeepr into sf2migration

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: false, + rootVisible: true, initComponent: function () {