🐛 (record) persist note with task id

This commit is contained in:
Julien Calixte
2023-04-23 12:52:19 +02:00
parent 3b6c06f970
commit 69ecc9830e
2 changed files with 1 additions and 2 deletions

View File

@@ -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)

View File

@@ -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"