Feature/add support to edit currency of asset profile with data source manual (#2789)

* Add support to edit currency

* Update changelog
This commit is contained in:
Thomas Kaul
2023-12-29 19:55:51 +01:00
committed by GitHub
parent 01b6c14bcc
commit e465f1b791
11 changed files with 48 additions and 8 deletions

View File

@@ -321,6 +321,7 @@ export class AdminService {
assetClass,
assetSubClass,
comment,
currency,
dataSource,
name,
scraperConfiguration,
@@ -331,6 +332,7 @@ export class AdminService {
assetClass,
assetSubClass,
comment,
currency,
dataSource,
name,
scraperConfiguration,

View File

@@ -14,6 +14,10 @@ export class UpdateAssetProfileDto {
@IsOptional()
comment?: string;
@IsString()
@IsOptional()
currency?: string;
@IsString()
@IsOptional()
name?: string;

View File

@@ -89,6 +89,7 @@ export class SymbolProfileService {
assetClass,
assetSubClass,
comment,
currency,
dataSource,
name,
scraperConfiguration,
@@ -100,6 +101,7 @@ export class SymbolProfileService {
assetClass,
assetSubClass,
comment,
currency,
name,
scraperConfiguration,
symbolMapping