Skip to content

Commit

Permalink
Fix the event sorting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Gogoljn committed Oct 11, 2023
1 parent 2377739 commit 6463850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_participants_domain_model_event.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'title' => 'LLL:EXT:participants/Resources/Private/Language/locallang_db.xlf:tx_participants_domain_model_event.title',
'label' => 'title',
'label_userFunc' => \Cylancer\Participants\Domain\TCA\EventTca::class . '->computeTitle',
'sortby' => 'date',
'default_sortby' => 'date ASC, time ASC',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
Expand Down
1 change: 1 addition & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/**
* Change log:
*
3.5.1 :: Fix : Fix the event sorting.
3.5.0 :: Undo : Remove the trying of time as integer in the database. (don't use 3.4.* !)
3.4.1 :: Fix: Fix the timzone handling in the converter wizzard.
3.4.0 :: Add: Add an reasons for prevention service (interface for the lending extension connection).
Expand Down

0 comments on commit 6463850

Please sign in to comment.