From 1f90b78b39cdb86311cc3cb16f5db43fa54f39ce Mon Sep 17 00:00:00 2001 From: nate <11827838+n8-dev@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:14:30 +1300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> --- en/08_Changelogs/5.4.0.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en/08_Changelogs/5.4.0.md b/en/08_Changelogs/5.4.0.md index 1c26846f..acbe2475 100644 --- a/en/08_Changelogs/5.4.0.md +++ b/en/08_Changelogs/5.4.0.md @@ -8,7 +8,7 @@ title: 5.4.0 (unreleased) - [Features and enhancements](#features-and-enhancements) - [Option to change `ClassName` column from enum to varchar](#classname-varchar) - - [Reports Quality of life updates](#reports-quality-of-life-updates) + - [Reports quality of life updates](#reports-quality-of-life-updates) - [Other new features](#other-new-features) - [API changes](#api-changes) - [Bug fixes](#bug-fixes) @@ -33,16 +33,16 @@ SilverStripe\ORM\FieldType\DBPolymorphicForeignKey: Class: "DBClassNameVarchar('SilverStripe\\ORM\\DataObject', ['index' => false])" ``` -### Reports Quality of life updates +### Reports quality of life updates -Numerous slight adjustments have been made to the base ReportAdmin class for a better experience. +Numerous slight adjustments have been made to the [`ReportAdmin`](api:SilverStripe\Reports\ReportAdmin) class for a better experience. -Such changes include: - - Search capability added (Making use of `PartialMatchFilter`) +The changes include: + - Search capability added (making use of [`PartialMatchFilter`](api:SilverStripe\ORM\Filters\PartialMatchFilter)) - Sorting by columns now posssible - - Pagination capability added - - `Description` is now displayed on in the list as a column - 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