Skip to content

Fix undoing deleted cards - #8326

Merged
theoholl merged 1 commit into
mainfrom
8293-cannot-undo-deleting-of-a-card-error-400
Sep 2, 2026
Merged

Fix undoing deleted cards#8326
theoholl merged 1 commit into
mainfrom
8293-cannot-undo-deleting-of-a-card-error-400

Conversation

@theoholl

@theoholl theoholl commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Fixes #8293

Fix undoing deleted cards returning HTTP 400.

The card update API requires the board ID as a separate argument. Deleted-card data does not reliably include that runtime context, so card undo was calling updateCard without a board ID. This caused the request to be sent with an undefined board context.

The board ID is now propagated from the active board/card context for both undo entry points and passed to the API action.

@theoholl theoholl linked an issue Aug 29, 2026 that may be closed by this pull request
@theoholl
theoholl merged commit df651a5 into main Sep 2, 2026
34 of 35 checks passed
@theoholl
theoholl deleted the 8293-cannot-undo-deleting-of-a-card-error-400 branch September 2, 2026 01:39
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.

Cannot undo deleting of a card (error 400)

2 participants