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

Unexpected deletion of board upon folder tile removal #629

Closed
remusonline opened this issue Feb 10, 2020 · 0 comments · Fixed by #740
Closed

Unexpected deletion of board upon folder tile removal #629

remusonline opened this issue Feb 10, 2020 · 0 comments · Fixed by #740
Assignees
Labels
Milestone

Comments

@remusonline
Copy link

Since the introduction of existing board linking, removing a folder tile linking to the board will result in the deletion of the linked board. While that made sense before when linking to existing boards was not possible, now this deletion results in broken links for the other boards. Here is an illustration of what is happening:

Board_Deletion

  1. Board B is created by adding an empty folder in Board A. An additional link to Board B is done by adding a folder in Board C.
  2. The folder linking to Board B is removed from Board A. As a consequence, Board B is deleted, and the link from Board C is no longer valid.
  3. The folder linking to Board B is removed from Board C. As a consequence, Board B is deleted, and the link from Board A is no longer valid.

Ultimately, a viable solution would be to leave Board B intact if either the folder in Board A or Board C is removed. The removal of Board B could be done in the build boards menu exclusively.

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 a pull request may close this issue.

3 participants