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

Commit

Permalink
title column not selectable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodor Truffer committed Feb 6, 2020
1 parent 9116157 commit facff89
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 facff89

Please sign in to comment.