Skip to content

Conversation

@juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Nov 7, 2025

  • fix: Pass getUpdatedFields to internal card entity
  • fix: Set description and due date on create

The first commit already fixes the issue as the call to setDescription was not detected as an update. With our wrapped Card entity we did proxy getters and setters to the internal card object but not the getUpdatedFields method.

The second commit however takes a shortcut to set the description and due date directly and not require another update query.

@juliusknorr juliusknorr changed the title fix: Preserve card description/due date on cloning' --sig fix: Preserve card description/due date on cloning Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants