Skip to content

Column sort order not properly stored #7524

@Siedlerchr

Description

@Siedlerchr

There is somehow a bug in storeColumnPreferences

Even when I change the sort oder of one column

From debugging I noticed it's always empty and this is the root issue why the export does not take into account the current table order

putStringList(COLUMN_SORT_ORDER, columnPreferences
.getColumnSortOrder().stream()
.map(MainTableColumnModel::getName)
.collect(Collectors.toList()));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions