Skip to content

Fix undoing deleted cards - #8326

Open
theoholl wants to merge 1 commit into
mainfrom
8293-cannot-undo-deleting-of-a-card-error-400
Open

Fix undoing deleted cards#8326
theoholl wants to merge 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
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)

1 participant