#803 closed bug (invalid)
Move document causes error if DELETE permission is not given
| Reported by: | marco.pozzi | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | User Interface | Version: | 7.7 |
| Keywords: | delete permission move | Cc: |
Description
After updating to 7.7, users receive an error when a document is moved from a folder to another (e.g. via drag & drop on the browser).
This error says that the document cannot be deleted without DELETE permission.
In fact, the document has not to be deleted but just moved, so I think it's a bug.
Could you please check this behaviour?
Thank you.
Change History (3)
comment:1 by , 9 years ago
| Component: | Android App → User Interface |
|---|---|
| Milestone: | 7.7.1 |
| Priority: | major → minor |
| Resolution: | → invalid |
| Status: | new → closed |
comment:2 by , 9 years ago
Thanks, that's clear.
But has this changed in 7.7? In previous editions the behaviour was different.
Marco
Note:
See TracTickets
for help on using tickets.
Not a bug, for security reasons you cannot move a file without the delete permission in the original folder, this behavior is implemented to avoid cases such this:
The result is that a user without DELETE permission was able to delete a file.