diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8bad079..0597a2e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed the functionality to open an asset profile of a custom currency in the admin control panel - Fixed the asset class parsing in the _Financial Modeling Prep_ service for exchange rates ## 2.152.1 - 2025-04-17 diff --git a/apps/api/src/app/admin/admin.service.ts b/apps/api/src/app/admin/admin.service.ts index f77d50aac..ccbec46f9 100644 --- a/apps/api/src/app/admin/admin.service.ts +++ b/apps/api/src/app/admin/admin.service.ts @@ -451,7 +451,8 @@ export class AdminService { currency, dataSource, dateOfFirstActivity, - symbol + symbol, + isActive: true } }; }