Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodor Truffer committed Feb 6, 2020
2 parents d1ff6ee + facff89 commit 787cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Event/class.xoctEventTableGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected function getAllColums() {
'sort_field' => NULL,
),
'event_title' => array(
'selectable' => true,
'selectable' => false,
'sort_field' => 'title',
),
'event_description' => array(
Expand Down

0 comments on commit 787cdec

Please sign in to comment.