Browse Source
Feature/add ISIN number to asset profile dialog (#6076)
* Add ISIN number
* Update changelog
pull/6068/head
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
9 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Added |
|
|
|
|
|
|
|
- Included the calendar year boundaries in the portfolio calculations |
|
|
|
- Added the ISIN number to the asset profile details dialog of the admin control panel |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
@ -201,7 +201,14 @@ |
|
|
|
>Currency</gf-value |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div class="col-6 mb-3"></div> |
|
|
|
<div class="col-6 mb-3"> |
|
|
|
<gf-value |
|
|
|
size="medium" |
|
|
|
[hidden]="!assetProfile?.isin" |
|
|
|
[value]="assetProfile?.isin" |
|
|
|
>ISIN</gf-value |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div class="col-6 mb-3"> |
|
|
|
<gf-value |
|
|
|
i18n |
|
|
|
|