Opened 16 years ago

Closed 16 years ago

#1122 closed enhancement (fixed)

News item sort order should be controllable

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.9
Component: web Version:
Keywords: Cc:

Description

The order of the news items in the 'home' listing follows date ordering. However, when several news items have the same date the order is not controllable. I would like the items to be ordered with timestamps but maybe only the dates are stored in the db. If no time of day is stored I suggest that the items are ordered by an auto-incremented index (Id maybe?).

Change History (4)

comment:1 by Nicklas Nordborg, 16 years ago

The date is stored as a date only, with no time information. Sorting on id as the second column should in most cases make the news items appear in the order they were entered. Or maybe they should be ordered with the latest added first?

comment:2 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

Latest added should be displayed first

comment:3 by Nicklas Nordborg, 16 years ago

Milestone: BASE 2.9
Priority: majorminor

comment:4 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4576]) Fixes #1122: News item sort order should be controllable

Note: See TracTickets for help on using tickets.