Skip to content

Commit

Permalink
Update non sortable columns list
Browse files Browse the repository at this point in the history
Add these columns to the non-sortable column list:
    additional_information
    description
    notes
    steps_to_reproduce

Fixes: #22347
  • Loading branch information
cproensa authored and vboctor committed Feb 11, 2017
1 parent f782e9d commit 40b62c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/columns_api.php
Expand Up @@ -322,6 +322,10 @@ function column_is_sortable( $p_column ) {
case 'attachment_count':
case 'tags':
case 'overdue':
case 'additional_information':
case 'description':
case 'notes':
case 'steps_to_reproduce':
return false;
}

Expand Down

0 comments on commit 40b62c3

Please sign in to comment.