Skip to content

Commit

Permalink
Re-add export button to order admin
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewis-everley committed Jan 22, 2015
1 parent 27de051 commit 08b14e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/admin/OrderAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public function getEditForm($id = null, $fields = null) {
// Add dispatch button
$field_config = $gridField->getConfig();
$field_config
->removeComponentsByType('GridFieldExportButton')
->addComponent($manager);

// Update list of items for subsite (if used)
Expand Down

0 comments on commit 08b14e3

Please sign in to comment.