Skip to content
Snippets Groups Projects
Commit 7c986c96 authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

The columns in active_manual_workflows_table shouldn't be sortable

parent 920d1f90
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class active_manual_workflows_table extends active_workflows_table {
get_string('workflow_processes', 'tool_lifecycle'),
get_string('workflow_tools', 'tool_lifecycle'),
]);
$this->sortable(true, 'title');
$this->sortable(false, 'title');
$this->setup();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment