Skip to content
Snippets Groups Projects
Commit 97c04034 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix join for sorting tickets by priority column

parent 907ec36b
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ $queue_columns = array( ...@@ -62,7 +62,7 @@ $queue_columns = array(
'priority' => array( 'priority' => array(
'width' => '8.4%', 'width' => '8.4%',
'heading' => __('Priority'), 'heading' => __('Priority'),
'sort_col' => 'cdata__priority__priority_urgency', 'sort_col' => 'cdata__:priority__priority_urgency',
), ),
'assignee' => array( 'assignee' => array(
'width' => '16%', 'width' => '16%',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment