partkeepr

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

commit cd417d5c2983c44f9f9bf6f7b0ab6ae8b5df7661
parent f8b4ff0ac852773de18060440f136eba52c5c696
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 15 Nov 2015 16:03:14 +0100

Removed store configuration

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js @@ -116,8 +116,6 @@ Ext.define('PartKeepr.PartEditor', { name: 'category', displayField: "name", returnObject: true, - store: Ext.create("PartKeepr.data.store.PartCategoryStore"), - rootVisible: false }, this.storageLocationComboBox, {