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

Delete item from project view: incorrect #354

Closed
SteffenBrinckmann opened this issue Oct 16, 2024 · 2 comments
Closed

Delete item from project view: incorrect #354

SteffenBrinckmann opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
backend Issues connected to the backend bug Something isn't working
Milestone

Comments

@SteffenBrinckmann
Copy link
Contributor

Project view: delete a folder with subfolders -> subfolders are not deleted
-> solution: run through old hierarchyTree and remove all docs via db.remove

@SteffenBrinckmann SteffenBrinckmann added bug Something isn't working backend Issues connected to the backend labels Oct 16, 2024
@SteffenBrinckmann SteffenBrinckmann added this to the Version 3.0 milestone Oct 16, 2024
@SteffenBrinckmann SteffenBrinckmann self-assigned this Oct 16, 2024
@SteffenBrinckmann
Copy link
Contributor Author

Bug remains after some fixes
in projectTreeView:117

  • for each child: test if multiple branches: then delete this branch only
  • if one branch: remove everything

@SteffenBrinckmann
Copy link
Contributor Author

fixed in 4ea2de8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issues connected to the backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant