fix(FN-743): prevent duplicate comments from steeringComments merge in rowToTask
- Stop merging steeringComments into comments array in rowToTask to prevent duplication - Add regression tests verifying comments and steeringComments remain separate - Add changeset for the comments deduplication fix
This commit is contained in:
5
.changeset/fix-comments-duplication.md
Normal file
5
.changeset/fix-comments-duplication.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Fix data corruption where steering comments duplicated in the comments field on every read-write cycle. The `rowToTask()` merge of `steeringComments` into `comments` was redundant since `addSteeringComment()` already writes to both columns. Also adds id-based deduplication to recover from prior corruption.
|
||||
Reference in New Issue
Block a user