From 06cb416dbec8cf734f148328372ff2d0b5f44331 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 13 May 2020 12:46:12 +0100 Subject: [PATCH] Add a note about talks ordering --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e41154d..b243889 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,9 @@ To run all the migrations: To run all the migrations and update the existing migrated content: bin/drush.sh migrate:import --all --update + +## Talks ordering + +In order to keep the talks page in the correct order, based on when the next time a talk is being given, the `created` date for the talk node is automatically updated on each save to match the date of the most future event for that talk. + +The view is then sorting the talk nodes based on their `created` date.