View Issue Details

IDProjectCategoryView StatusLast Update
0013195mantisbtsqlpublic2011-08-29 07:05
Reporterdavidnewcomb Assigned Toatrol  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.6 
Summary0013195: Incorrect bugnote order
Description

The order of bugnotes is based on record id and not the date the record was submitted.

If the bugnote record id's loop then everything appears in the wrong order.
I occasionally add bugnotes as information comes to light, then reset the date_submitted to reflect the "real" situation and in these cases they appear out of order.
... and it's bad practice ;)

Code adjustment in Additional Information.

Additional Information

core/bugnote_api.php line 429

old:
ORDER BY b.id ASC';

new:
ORDER BY b.date_submitted ASC';

TagsNo tags attached.

Relationships

duplicate of 0011742 closeddregad Sort bug notes by date, not by ID 

Activities

atrol

atrol

2011-08-01 07:28

developer   ~0029331

Resolving the newer one as duplicate