Skip to content

Commit

Permalink
Merge pull request #206 from learnweb/fix/manual-workflow-table-sort
Browse files Browse the repository at this point in the history
The columns in active_manual_workflows_table shouldn't be sortable
  • Loading branch information
justusdieckmann authored Apr 26, 2024
2 parents 920d1f9 + 7c986c9 commit ba1dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/table/active_manual_workflows_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function init() {
get_string('workflow_processes', 'tool_lifecycle'),
get_string('workflow_tools', 'tool_lifecycle'),
]);
$this->sortable(true, 'title');
$this->sortable(false, 'title');
$this->setup();
}

Expand Down

0 comments on commit ba1dc92

Please sign in to comment.