partkeepr

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

commit aada482b521b6ebd69f850c577b7a5f4aba49ec5
parent e6b77f77ffc760f826f5bd4ca9d2b306da0dde47
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 16 Jun 2011 11:59:04 +0800

We're using "name" instead of "footprint" for the footprint's name now.

Diffstat:
Mfrontend/js/Components/Widgets/FootprintComboBox.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/js/Components/Widgets/FootprintComboBox.js b/frontend/js/Components/Widgets/FootprintComboBox.js @@ -1,7 +1,7 @@ Ext.define("PartKeepr.FootprintComboBox",{ extend:"Ext.form.field.ComboBox", alias: 'widget.FootprintComboBox', - displayField: 'footprint', + displayField: 'name', valueField: 'id', autoSelect: true, queryMode: 'local',