Skip to content
Snippets Groups Projects
Unverified Commit ba1dc92b authored by Justus Dieckmann's avatar Justus Dieckmann Committed by GitHub
Browse files

Merge pull request #206 from learnweb/fix/manual-workflow-table-sort

The columns in active_manual_workflows_table shouldn't be sortable
parents 920d1f90 7c986c96
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 { ...@@ -73,7 +73,7 @@ class active_manual_workflows_table extends active_workflows_table {
get_string('workflow_processes', 'tool_lifecycle'), get_string('workflow_processes', 'tool_lifecycle'),
get_string('workflow_tools', 'tool_lifecycle'), get_string('workflow_tools', 'tool_lifecycle'),
]); ]);
$this->sortable(true, 'title'); $this->sortable(false, 'title');
$this->setup(); $this->setup();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment