partkeepr

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

commit 5d1ab58887cafffbab5c639bd7293671be601a75
parent 476b1901735ae56231edb800d3b9fb40cb76dd5d
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  5 Aug 2015 23:16:16 +0200

Added form association support. Last commit prior my holiday, see you in two weeks ;)

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

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Widgets/ReloadableComboBox.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Widgets/ReloadableComboBox.js @@ -2,7 +2,7 @@ Ext.define("PartKeepr.ReloadableComboBox",{ extend:"Ext.form.field.ComboBox", alias: 'widget.ReloadableComboBox', displayField: 'name', - valueField: 'id', + valueField: '@id', autoSelect: true, queryMode: 'local', triggerAction: 'all',