Browse Source
Merge branch 'main' into feature/upgrade-node.js-from-version-16-to-18
pull/2053/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/activities/activities-page.component.ts
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Extended the clone functionality of a transaction by the quantity |
|
|
- Upgraded `Node.js` from version `16` to `18` (`Dockerfile`) |
|
|
- Upgraded `Node.js` from version `16` to `18` (`Dockerfile`) |
|
|
|
|
|
|
|
|
## 1.277.0 - 2023-06-07 |
|
|
## 1.277.0 - 2023-06-07 |
|
|
|
@ -291,7 +291,6 @@ export class ActivitiesPageComponent implements OnDestroy, OnInit { |
|
|
date: new Date(), |
|
|
date: new Date(), |
|
|
id: null, |
|
|
id: null, |
|
|
fee: 0, |
|
|
fee: 0, |
|
|
quantity: null, |
|
|
|
|
|
type: aActivity?.type ?? 'BUY', |
|
|
type: aActivity?.type ?? 'BUY', |
|
|
unitPrice: null |
|
|
unitPrice: null |
|
|
}, |
|
|
}, |
|
|