View Issue Details

IDProjectCategoryView StatusLast Update
0005765mantisbtbugtrackerpublic2011-08-05 02:36
Reporterdparsons Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0a3 
Summary0005765: Version sorting
Description

Currently version are sorted by date. This is not always useful when an interim release is added after a later version. For example I have 2.0.5 and 2.1.0, and then add a 2.0.6.

Can the sort order in versions.api by changed

$query = "SELECT *
FROM $t_project_version_table
WHERE project_id='$c_project_id' $t_released_where
ORDER BY date_order DESC";

to

$query = "SELECT *
FROM $t_project_version_table
WHERE project_id='$c_project_id' $t_released_where
ORDER BY version ASC";

TagsNo tags attached.

Relationships

duplicate of 0004750 new Add option to sort product version alphabetically 

Activities

gtomlin

gtomlin

2005-06-10 09:42

reporter   ~0010474

If you did that, right away I would be wanting the most recent releases at the top of the list instead of the bottom. Perhaps the sorted field and sort order could be config variables?