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/prevent infinite loop on pasting boards #1638

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Dec 13, 2023

This PR has the objective of stopping the recursive function used to paste boards in the case of the user pasting a board inside of itself or in one of its children. To prevent an infinite loop that stops the app and creates unnecessary boards that create a memory problem on redux persistor and pass the limit of boards returned by getting Boards req
Before
Screen Recording 2023-12-12 at 18.04.58.zip

@tomivm tomivm added the bug label Dec 13, 2023
@tomivm tomivm self-assigned this Dec 13, 2023
@martinbedouret martinbedouret added this to the 1.34.0 milestone Dec 14, 2023
@tomivm
Copy link
Collaborator Author

tomivm commented Dec 15, 2023

Better solution on #1640

@tomivm tomivm closed this Dec 15, 2023
@tomivm tomivm removed this from the 1.34.0 milestone Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants