Skip to content

Commit

Permalink
Fix linting complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
n8-dev committed Oct 30, 2024
1 parent 1f90b78 commit d46b7aa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d46b7aa

Please sign in to comment.