partkeepr

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

commit 69ade6113f0b100d55f1d0affd78e808bd6c473b
parent 8fe7ca36434bb32f7301fe269c2da4e63ff0f18f
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  5 Jul 2012 01:24:21 +0200

Fixed filling the StorageLocationComboBox with "0" if the id was not found.

Diffstat:
Msrc/frontend/js/Components/Widgets/StorageLocationComboBox.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/frontend/js/Components/Widgets/StorageLocationComboBox.js b/src/frontend/js/Components/Widgets/StorageLocationComboBox.js @@ -4,6 +4,7 @@ Ext.define("PartKeepr.StorageLocationComboBox",{ displayField: 'name', valueField: 'id', queryMode: 'local', + forceSelection: true, triggerAction: 'all', trigger2Cls: Ext.baseCSSPrefix + 'form-reload-trigger',