Bugfix/fix sorting by currency in activities table (#2122)

* Fix sorting by currency

* Update changelog
pull/2136/head
Thomas Kaul 1 year ago committed by GitHub
parent 09023214ce
commit ba220eaee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for French (`fr`) - Improved the language localization for French (`fr`)
- Refactored the blog articles to standalone components - Refactored the blog articles to standalone components
### Fixed
- Fixed the sorting by currency in the activities table
## 1.286.0 - 2023-07-03 ## 1.286.0 - 2023-07-03
### Fixed ### Fixed

@ -223,7 +223,7 @@
*matHeaderCellDef *matHeaderCellDef
class="d-none d-lg-table-cell px-1" class="d-none d-lg-table-cell px-1"
mat-header-cell mat-header-cell
mat-sort-header mat-sort-header="SymbolProfile.currency"
> >
<ng-container i18n>Currency</ng-container> <ng-container i18n>Currency</ng-container>
</th> </th>

Loading…
Cancel
Save