Browse Source
Bugfix/fix sorting by currency in activities table (#2122)
* Fix sorting by currency
* Update changelog
pull/2136/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/activities-table/activities-table.component.html
|
@ -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> |
|
|