Skip to content

Commit

Permalink
Merge pull request #672 from partkeepr/PartKeepr-487
Browse files Browse the repository at this point in the history
Added button for the project parts, fixes #487
  • Loading branch information
Timo A. Hummel committed May 24, 2016
2 parents 3fc3a84 + d5a475e commit c63576d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ Ext.define('PartKeepr.ProjectPartGrid', {
}
];

this.bbar = [
Ext.create("PartKeepr.Exporter.GridExporterButton", {
itemId: 'export',
genericExporter: false,
tooltip: i18n("Export"),
iconCls: "fugue-icon application-export",
disabled: this.store.isLoading()
})
];

this.callParent();

this.getSelectionModel().on('selectionchange', this.onSelectChange, this);
Expand Down

0 comments on commit c63576d

Please # to comment.