diff --git a/docs/en/reference/modeladmin.md b/docs/en/reference/modeladmin.md index 62ce13aab..bf439564c 100644 --- a/docs/en/reference/modeladmin.md +++ b/docs/en/reference/modeladmin.md @@ -176,7 +176,7 @@ To customize the exported columns, override the edit form implementation in your $form = parent::getEditForm($id); if($this->modelClass == 'Product') { $grid = $form->Fields()->fieldByName('Product'); - $grid->getConfig()->getComponentByType('GridFieldExporter') + $grid->getConfig()->getComponentByType('GridFieldExportButton') ->setExportColumns(array( // Excludes 'ProductCode' from the export 'Name' => 'Name', @@ -224,4 +224,4 @@ For an introduction how to customize the CMS templates, see our [CMS Architectur * [genericviews Module](http://silverstripe.org/generic-views-module) * [Presentation about ModelAdmin at SupperHappyDevHouse Wellington](http://www.slideshare.net/chillu/modeladmin-in-silverstripe-23) * [Reference: CMS Architecture](../reference/cms-architecture) -* [Howto: Extend the CMS Interface](../howto/extend-cms-interface) \ No newline at end of file +* [Howto: Extend the CMS Interface](../howto/extend-cms-interface)