Opened 15 years ago
Closed 15 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 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
Latest added should be displayed first
comment:3 Changed 15 years ago by
Milestone: | → BASE 2.9 |
---|---|
Priority: | major → minor |
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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?