----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128618/ -----------------------------------------------------------
Review request for KDE Frameworks and David Faure. Repository: kio Description ------- KIO::link creates symlink when either protocol+host+port+username+password of the source and the link are same or the link is going to be created locally. In case of plasma's folder view none of the above cases are true therefore creating a symlink in folder view plasmoid gives an error. This patch aims to fix this issue. Diffs ----- src/core/copyjob.cpp c4c6b2c Diff: https://git.reviewboard.kde.org/r/128618/diff/ Testing ------- File Attachments ---------------- error message https://git.reviewboard.kde.org/media/uploaded/files/2016/08/06/d4da6ff3-53d8-49d1-a826-0c8cf12d7aa0__symlink_folderview.png Thanks, Chinmoy Ranjan Pradhan