diff options
| author | Tigran Gabrielyan <[email protected]> | 2019-03-20 10:21:21 +0100 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-03-20 17:46:15 +0100 |
| commit | 303cd17444e1fb88d1f92a911f7c770214b8f90e (patch) | |
| tree | dc774d7cf0854f380333d0d0e2fade1f6836e814 /src/tests/dolphinmainwindowtest.cpp | |
| parent | 5b463d82fed9a443b098888c0aee8a7b3b322666 (diff) | |
Fix rearranging items in places panel with hidden items
Summary:
`m_sourceModel->movePlace` is called using index from the view model.
This becomes an issue when there are hidden places items.
This change calls `m_sourceModel->movePlace` using the corresponding mapped source index.
BUG: 399430
FIXED-IN: 19.04.0
Test Plan:
# Create at least 4 Places items
# Hide first item
# Drag the now first visible item between second and third item
Actual: The item does not move
Expected: The first visible item should now be second visible item in the list
Reviewers: #dolphin, ngraham
Reviewed By: #dolphin, ngraham
Subscribers: ngraham, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D19901
Diffstat (limited to 'src/tests/dolphinmainwindowtest.cpp')
0 files changed, 0 insertions, 0 deletions
