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

Copying a public Board is not linking folders correctly #1688

Open
tomivm opened this issue May 14, 2024 · 0 comments
Open

Copying a public Board is not linking folders correctly #1688

tomivm opened this issue May 14, 2024 · 0 comments
Labels

Comments

@tomivm
Copy link
Collaborator

tomivm commented May 14, 2024

Bug description

When a public board is copied. Board documents are created on DB for every folder that the Public board contains with the email of the user who is copying.
However, these documents could contain folder tiles that use a "loadBoard" property that should have the value for the ID of the board document that includes the board for this folder.
This property is pointing to the board IDs of the Author of the public board instead.
This causes the copying user not to find the folder because is not of his property. Some folders continue working only if the folder label matches exactly with the name of the board. that is not an expected behavior.

How to test it.

Just exactly after copying a public board. the "loadBoard" for the boards on the local Store is correctly set for that to find this issue using the app:

  1. Copy a public board in a new account.
  2. Sign Out of the account.
  3. Sign In
  4. Change the label of a folder
  5. Click on the folder and the board is lost
@tomivm tomivm added the bug label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant