oliverdavies.uk-drupal/web/modules/custom/talks
Oliver Davies cbd1417b24 Sort talks only by the event date
Sort the talks on the listing page solely by `field_event_date`.

Prior to this commit, the page was using a custom sort plugin that
attempts to show future talks followed by past talks, but also affect
the order to show upcoming talks in an ascending order, followed by past
dalks in the opposite (descending) order.

This was not working as expected.

For now, solely using the event date field is the simpler solution.

In the future, I'll either re-attempt this or remove the code and
simplify my codebase.
2024-05-24 00:07:48 +01:00
..
src Sort talks only by the event date 2024-05-24 00:07:48 +01:00
tests Sort talks only by the event date 2024-05-24 00:07:48 +01:00
opdavies_talks.info.yml Re-add opdavies_talks module 2024-04-11 23:06:13 +01:00
opdavies_talks.install Reset the created and changes dates for talks 2024-05-22 08:06:05 +01:00
opdavies_talks.module Remove unused imports 2024-05-22 07:02:39 +01:00
opdavies_talks.services.yml Create a cached talk counter 2024-05-16 14:05:26 +01:00