partkeepr

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

commit 65e35adf3fa4bde348690460e00679a2bc1788ae
parent c13c1124884af0c68813b58d52031f8c94752987
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Oct 2015 16:46:25 +0100

Set the title property to ensure users can search for the footprint

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Footprint/FootprintNavigation.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Footprint/FootprintNavigation.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Footprint/FootprintNavigation.js @@ -18,6 +18,7 @@ Ext.define("PartKeepr.FootprintNavigation", { split: true, region: 'south', height: "50%", + titleProperty: "name", viewConfig: { plugins: { ddGroup: 'FootprintCategoryTree',