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 filesystem operations on directory shortcuts #417

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

felixbuenemann
Copy link
Collaborator

@felixbuenemann felixbuenemann commented Mar 5, 2022

This fixes the following operations on shortcuts directories:

  • List files
  • Lookup file
  • Delete file
  • Rename file
  • Create new subdirectory

Important: After this fix a full rebuild of cache.bolt is needed!

Fixes #413

@felixbuenemann
Copy link
Collaborator Author

Waiting for feedback from #413.

@felixbuenemann
Copy link
Collaborator Author

felixbuenemann commented Mar 5, 2022

TODO: This also needs to be fixed for the following cases:

  • Deleting file in shortcut dir
  • Renaming file in shortcut dir
  • Create new dir in shortcut dir

@felixbuenemann felixbuenemann changed the title Fix listing of directory shortcuts Fix filesystem operations on directory shortcuts Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Got empty folder from shortcut (shortcut's objectID can not using for parentsID)
2 participants