Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Sartorelli <[email protected]>
  • Loading branch information
n8-dev and GuySartorelli authored Oct 30, 2024
1 parent ec74869 commit 1f90b78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 1f90b78

Please sign in to comment.