partkeepr

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

commit aac787c646069f92625269aec6bf19c66f71acc7
parent 80dd9eb70ef8c1deff33a67007bd1899bc580742
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sat, 12 Mar 2016 12:50:06 +0100

Don't bind the part parameter grid, relates to #612

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

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 @@ -429,7 +429,6 @@ Ext.define('PartKeepr.PartEditor', { { this.partDistributorGrid.bindStore(this.record.distributors()); this.partManufacturerGrid.bindStore(this.record.manufacturers()); - this.partParameterGrid.bindStore(this.record.parameters()); this.partAttachmentGrid.bindStore(this.record.attachments()); }, setTitle: function (title)