Skip to content

Commit

Permalink
Update CatalogPageAdmin.php (#63)
Browse files Browse the repository at this point in the history
Add filter header back to Catalog Manager
  • Loading branch information
Rhym authored and stevie-mayhew committed Jul 31, 2019
1 parent 8d3e6da commit 7497628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ModelAdmin/CatalogPageAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ protected function getCatalogEditForm($model, $id = null, $fields = null)
false,
$this->getList(),
$fieldConfig = GridFieldConfig_RecordEditor::create(static::config()->get('page_length'))
->removeComponentsByType(GridFieldFilterHeader::class)
->removeComponentsByType(GridFieldDeleteAction::class)
->addComponent(new GridfieldPublishAction())
);
Expand Down

0 comments on commit 7497628

Please sign in to comment.