[korganizer] [Bug 441530] Make sort of search result list persistent

Andreas bugzilla_noreply at kde.org
Fri Aug 27 11:57:34 BST 2021


https://bugs.kde.org/show_bug.cgi?id=441530

--- Comment #1 from Andreas <hohenegger at web.de> ---
The issue is evidently in EventViews::ListView here
https://github.com/KDE/eventviews/blob/master/src/list/listview.cpp

There is a hard coded sort order via 
d->mTreeWidget->sortItems(StartDateTime_Column, Qt::AscendingOrder);
in ListView::updateView() probably causing this behaviour. 

The order should probably be set to StartDateTime_Column only initially.

I only do not know what else depends on this as it looks like a conscious
decision.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list