webapp: Make the "browse recently added albums" screen pull results based on the 'added_time' field of the 'albums' table

Bug #571856 reported by Chris Wagner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Resonate
Fix Committed
High
Chris Wagner

Bug Description

Now that we've implemented the 'added_time' feature (as per bug 570866), we need to make use of it on the browse-recent-albums screen.

The query ought to sort by 'added_time', descending, primarily; and by 'id', descending, as a secondary criteria. E.g., in SQL:
  SELECT * FROM albums ORDER BY added_time DESC, id DESC;

Changed in resonate:
status: New → Confirmed
importance: Undecided → High
description: updated
Revision history for this message
Chris Wagner (chris-wagner) wrote :

Addressed in revision 859.

Changed in resonate:
assignee: nobody → Chris Wagner (chris-wagner)
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.