Summary: | Should not permit moving of read-only folder to a different directory | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Aaron Staley <astaley> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arjunak234, simonandric5 |
Priority: | NOR | ||
Version: | 4.11.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/9e477d9c76ee503ee0e5771be9a7d1ca48011d01 | Version Fixed In: | 4.14.3 |
Sentry Crash Report: |
Description
Aaron Staley
2014-07-16 08:03:24 UTC
Arjun, any update? From what I see, your proposed change was approved. Git commit 9e477d9c76ee503ee0e5771be9a7d1ca48011d01 by Arjun AK. Committed on 27/10/2014 at 07:16. Pushed by arjunak into branch 'KDE/4.14'. Do not show "move" option while dragging and dropping a read only directory posix does not permit the movement of a read-only folder, regardless of the permissions on its parent. This patch removes the move option from the drag and drop context menu if the user doesn't have write permission on the directory. REVIEW: 119372 FIXED-IN: 4.14.3 M +12 -2 lib/konq/konq_operations.cpp http://commits.kde.org/kde-baseapps/9e477d9c76ee503ee0e5771be9a7d1ca48011d01 |