Recent activities lists entries with updated_at = null first
On our GFZ prod instance we have the problem that the latest activities doesn't work as expected. They list the entries with the updated_at field with null values first, so our list currently is full of old entries.
With backend!477 (merged) it is possible to filter for those entries not to have the updated_at field to be null.