Add a note about talks ordering
This commit is contained in:
parent
572c6898c5
commit
06cb416dbe
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue