Skip to content

Commit

Permalink
dumps_status is not sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Oct 29, 2021
1 parent 61664c6 commit 87f48f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/DataDumpPager.php
Expand Up @@ -132,7 +132,7 @@ public function getDefaultSort() {
}

public function isFieldSortable( $name ) {
if ( $name === 'dumps_delete' ) {
if ( $name === 'dumps_delete' || $name === 'dumps_status' ) {
return false;
} else {
return true;
Expand Down

0 comments on commit 87f48f8

Please sign in to comment.