From aac787c646069f92625269aec6bf19c66f71acc7 Mon Sep 17 00:00:00 2001 From: "Timo A. Hummel" Date: Sat, 12 Mar 2016 12:50:06 +0100 Subject: [PATCH] Don't bind the part parameter grid, relates to #612 --- .../Resources/public/js/Components/Part/Editor/PartEditor.js | 1 - 1 file changed, 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 index 8a990db0b..bb92c4843 100644 --- 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)