Skip to content

Fix: LegacyNumericList - Accept a bare number - #114

Merged
rafaeljusto merged 1 commit into
mainfrom
fix/legacy-numeric-list
Aug 10, 2026
Merged

Fix: LegacyNumericList - Accept a bare number#114
rafaeljusto merged 1 commit into
mainfrom
fix/legacy-numeric-list

Conversation

@rafaeljusto

Copy link
Copy Markdown
Contributor

Description

The task move endpoint returns affectedProjectIds as a number rather than the comma-separated string its siblings use, so the decode failed and a move that had already succeeded surfaced as an error.

Also correct what affectedTaskIds holds: the moved task and its direct children, with duplicates, but not deeper descendants.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Testing

  • Tests pass locally (go test -v ./...)
  • Added/updated tests for new functionality

Checklist

  • Code follows project style guidelines
  • Self-reviewed the code
  • Added necessary documentation
  • No new warnings or errors

The task move endpoint returns `affectedProjectIds` as a number rather than
the comma-separated string its siblings use, so the decode failed and a
move that had already succeeded surfaced as an error.

Also correct what `affectedTaskIds` holds: the moved task and its direct
children, with duplicates, but not deeper descendants.
@rafaeljusto
rafaeljusto requested a review from a team as a code owner August 10, 2026 19:43
@rafaeljusto
rafaeljusto merged commit dd7c2de into main Aug 10, 2026
3 checks passed
@rafaeljusto
rafaeljusto deleted the fix/legacy-numeric-list branch August 10, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant