codepress / admin-columns-issues

Issues for Admin Columns Pro
https://www.admincolumns.com/
11 stars 0 forks source link

Post Status column cannot be sorted #1271

Closed DGStefan closed 5 years ago

DGStefan commented 5 years ago

When you sort on the Post Status column, it will only display Published posts. This makes sorting on this specific column, completely useless. This is because the value for only published posts is fetched during the $strategy->get_results() method. For this column, it should retrieve all post, not just the published ones.