discourse-assign/spec/fabricators
Loïc Guitaut 5055bcbb2c FIX: Order items properly in user menu
The recent changes to the user menu changed how we were ordering the
items in it. A small bug was noticed though, as we’re not displaying the
unread assignments at the very top.

This patch fixes the ordering like this:

- Unread individual assignment notifications
- Unread group assignment notifications
- Read individual assignments
- Read group assignments

In each group of items, they are sorted by date, the most recent ones
being at the top.
2023-11-09 16:41:48 +01:00
..
assign_hook_fabricator.rb FIX: granular webhooks (#498) 2023-10-09 03:26:40 +00:00
assignment_fabricator.rb FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
notification_fabricator.rb FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00