Skip to content

Fix: prevent internal server error when deleting empty swimlane (#197)#208

Closed
pranavkp71 wants to merge 1 commit intotaigaio:mainfrom
pranavkp71:fix/empty-swimlane
Closed

Fix: prevent internal server error when deleting empty swimlane (#197)#208
pranavkp71 wants to merge 1 commit intotaigaio:mainfrom
pranavkp71:fix/empty-swimlane

Conversation

@pranavkp71
Copy link

Fix issue #197 - deleting an empty swimlane caused an Internal Server Error.

Fix implemented:

  • Added a simple check before updating related user stories to safely handle empty simlanes.
  • This prevents .update() from being called when there are no linked user stories, avoiding the creas.
  • Tested locally - deleting an empty swimlane now returns 204 No content without errors

@pranavkp71 pranavkp71 closed this Nov 10, 2025
@pranavkp71
Copy link
Author

Closing this PR because the issue has already been resolved by PR #206.
Thank you, and I’ll look for another issue to contribute to

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

Comments