From 8232b05f62430d1eebc76f893e22f065fd3ae7ee Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:14:40 +0200 Subject: [PATCH] Feature/extend activity cloning by quantity (#2054) * Allow to clone quantity * Update changelog --- CHANGELOG.md | 6 ++++++ .../pages/portfolio/activities/activities-page.component.ts | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e5fd8eb..33d7d5b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Changelog + +### Changed + +- Extended the clone functionality of a transaction by the quantity + ## 1.277.0 - 2023-06-07 ### Added diff --git a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts index 3e4d5ae66..baa68f795 100644 --- a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts +++ b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts @@ -291,7 +291,6 @@ export class ActivitiesPageComponent implements OnDestroy, OnInit { date: new Date(), id: null, fee: 0, - quantity: null, type: aActivity?.type ?? 'BUY', unitPrice: null },