Skip to content

Commit

Permalink
Don't bind the part parameter grid, relates to #612
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo A. Hummel committed Mar 12, 2016
1 parent 80dd9eb commit aac787c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aac787c

Please sign in to comment.