libyui / libyui-ncurses

libyui-ncurses
http://doc.opensuse.org/projects/libyui
19 stars 18 forks source link

save flag for reverse sorting in SortStrategyBase #86

Closed aschnell closed 4 years ago

aschnell commented 4 years ago

This patch saves the flag for reverse sorting in SortStrategyBase. So far it was not saved at all which makes it close to impossible to keep the user selected sorting when changing the content of the table.

This patch does not yet fix the bugs, e.g. https://bugzilla.suse.com/show_bug.cgi?id=1159177 nor https://bugzilla.suse.com/show_bug.cgi?id=1159098.

This patch does break the API but the latest SO change to 11 is not released yet (still in staging). That is also the reason to make this change now without yet fixing any bug (avoid the pain of another SO change).