From 69ecc9830e4e7cb3c418b83225924aa0499a8496 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 23 Apr 2023 12:52:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(record)=20persist=20note=20with?= =?UTF-8?q?=20task=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - src/modules/record/components/TaskRecord.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dbfee7d..30d5088 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ - modify a task, - find a way to prevent desync between tasks and records (when modifying steps of a task for example), - easily copy steps, -- 🐛 persist notes, - 🐛 changing task while recording breaks the controls [Loop icons created by Dreamstale - Flaticon](https://www.flaticon.com/free-icons/loop) diff --git a/src/modules/record/components/TaskRecord.vue b/src/modules/record/components/TaskRecord.vue index e301c2a..8668dfc 100644 --- a/src/modules/record/components/TaskRecord.vue +++ b/src/modules/record/components/TaskRecord.vue @@ -92,7 +92,7 @@ const isSuperiorToEstimation = computed(() => { :value="recordNotes" @input=" //@ts-ignore - recordStore.updateRecordNotes(recordId, $event.target.value) + recordStore.updateRecordNotes(taskId, $event.target.value) " placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought." class="textarea"