From d46b7aa2b29e4198d83dba5c58f244f2a066f48d Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 30 Oct 2024 14:25:05 +1300 Subject: [PATCH] Fix linting complaints --- en/08_Changelogs/5.4.0.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/en/08_Changelogs/5.4.0.md b/en/08_Changelogs/5.4.0.md index acbe2475..933c5323 100644 --- a/en/08_Changelogs/5.4.0.md +++ b/en/08_Changelogs/5.4.0.md @@ -38,12 +38,11 @@ SilverStripe\ORM\FieldType\DBPolymorphicForeignKey: Numerous slight adjustments have been made to the [`ReportAdmin`](api:SilverStripe\Reports\ReportAdmin) class for a better experience. The changes include: - - Search capability added (making use of [`PartialMatchFilter`](api:SilverStripe\ORM\Filters\PartialMatchFilter)) - - Sorting by columns now posssible - - Default Sort is now `Title ASC` - - Reports list is now paginated - - [`Description`](api:SilverStripe\Reports\Report::description()) is now displayed on in the list as a column - +- Search capability added (making use of [`PartialMatchFilter`](api:SilverStripe\ORM\Filters\PartialMatchFilter)) +- Sorting by columns now posssible +- Default Sort is now `Title ASC` +- Reports list is now paginated +- [`Description`](api:SilverStripe\Reports\Report::description()) is now displayed on in the list as a column ### Other new features