diff --git a/classes/local/table/active_manual_workflows_table.php b/classes/local/table/active_manual_workflows_table.php index 90c95e5f..32faf8a3 100644 --- a/classes/local/table/active_manual_workflows_table.php +++ b/classes/local/table/active_manual_workflows_table.php @@ -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(); }