Feature/support tags in create and update order dto (#1084)

* Support tags in create or update order

* Update changelog
This commit is contained in:
Thomas Kaul
2022-07-19 20:24:01 +02:00
committed by GitHub
parent a74d5cce20
commit 2394cbd6fe
5 changed files with 50 additions and 4 deletions

View File

@@ -255,6 +255,7 @@ export class CreateOrUpdateTransactionDialog implements OnDestroy {
isUUID(this.activityForm.controls['searchSymbol'].value.symbol)
? this.activityForm.controls['name'].value
: this.activityForm.controls['searchSymbol'].value.symbol,
tags: this.activityForm.controls['tags'].value,
type: this.activityForm.controls['type'].value,
unitPrice: this.activityForm.controls['unitPrice'].value
};