Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting / Filtering bug for removed column #737

Closed
DGStefan opened this issue Apr 10, 2017 · 1 comment
Closed

Sorting / Filtering bug for removed column #737

DGStefan opened this issue Apr 10, 2017 · 1 comment
Assignees
Milestone

Comments

@DGStefan
Copy link
Member

When you have filtered on a column and remove the column, it is not visible that sorting is still done on the removed column. You will get no results when you filter afterwards on another column. The only indication that there is sorted in that case, is because you can see the 'reset sorting' button on top of the overview.

We should do a check if a column exists when sorting is still set as preference for a non existent column.

@tobiasschutter
Copy link
Member

Check for array and if column exists (from orderby) on ACP_Sorting_Addon::get_sorting_preference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants