meateam / drive-project

A general repo for project issues bugs and documentations
0 stars 0 forks source link

BUG: cannot move in a shared folder #104

Closed yonatandt closed 3 years ago

yonatandt commented 3 years ago

Describe the bug When in a shared folder, It seems a user cannot move a file if:

  1. He do not own the file
  2. He do not own the folder Even though he has a WRITE permission.

The functionality just does not show up in the UI.

To Reproduce Steps to reproduce the behavior:

  1. Ask a user to share a folder which contains a file with you.
  2. Try to move the file (that is inside the shared folder)

Or:

  1. Create a folder, and share it with another user.
  2. Ask the user to upload a file to the shared folder
  3. Try to move the file.

Expected behavior A user should be able to move a file inside a shared folder if he has a WRITE permission on the folder.

Browser: Chrome 80

Additional context If I remember correctly, the functionality was enabled in the previous UI.