cboard
cboard copied to clipboard
Fix/fix infinite loop on paste boards recursively
This PR Avoid an infinite loop by pasting a board inside of itself or on a child board. Close #1616
Before this Screen.Recording.2023-12-12.at.18.04.58.zip
To Test
A
- Copy a board
- Open that board and paste the board inside. A new Board Should be created that is an exact copy of the board copied (Also the folders inside continue to be linked to the same folders of the copied board. This is an old behavior.)
B
- Copy a board that contains subfolders
- Open that board and paste the board inside of a subfolder. A new Board Should be created that is an exact copy of the board copied (Also the folders inside continue to be linked to the same folders of the copied board. This is an old behavior.)