Feature/add ISIN number to asset profile dialog (#6076)

* Add ISIN number

* Update changelog
pull/6068/head
Thomas Kaul 5 months ago committed by GitHub
parent 152cda19cf
commit 6e2c61dece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save