Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken main store.getBoardsInTeamByIds #3840

Merged

Conversation

wiggin77
Copy link
Contributor

@wiggin77 wiggin77 commented Sep 13, 2022

Summary

This PR is a temporary fix for main. A recent PR made store.getBoardsInTeamByIds more strict in that the number of ids passed in must match the number of boards found. This API has been returning a mismatched list for a while now but the error was hidden.

A proper fix may be to simply allow templates to be returned in store.getBoardsInTeamByIds. This PR simply reverts to yesterday's behaviour. A ticket will be created to revisit this.

Ticket Link

NONE

@wiggin77 wiggin77 added the 2: Dev Review Requires review by a core committer label Sep 13, 2022
Copy link
Contributor

@mgdelacroix mgdelacroix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the quick fix! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants