- 🇭🇷Croatia milosr Croatia, Montenegro
@Asterovim
Hi, you can, for example, add a "changed" field in the view.
- Status changed to Active
15 days ago 7:17pm 3 December 2024 It's a pretty common practice to sort favorite items based on the date the item was flagged. We want the most recent flagged item on top and the oldest flagged item at the bottom. This is not about the date of the item itself, when it was created or changed, it's about the flagging.
At the moment we can filter an item based on if it's flagged or not but we can't sort it based on the date it was flagged, this would be very much appreciated.
The date of flagging is in the database so I've achieved this with a hook_views_pre_render that queries the database and reorder results but it's not ideal.