View Issue Details

IDProjectCategoryView StatusLast Update
0002034mantisbtbugtrackerpublic2003-12-13 04:59
Reporterlibor Assigned Tojlatour  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0002034: Project versions
Description
  1. Project version numbers are shown in the same order as was added. I am not able to assign order of them.

  2. I am able to add multiple versions with same value

  3. If I delete one of multiple same versions, all of them will be deleted.

Versions has no primary key in mantis_project_version_table and are handled by its value.

TagsNo tags attached.

Activities

vboctor

vboctor

2002-05-31 07:43

manager   ~0002758

As you said versions are ordered chronologically. After adding all your versions you can change their order by editing them and changing the associated time stamp. I believe this workaround is good enough to avoid complexity.

vboctor

vboctor

2002-05-31 07:57

manager   ~0002760

I just added a fix for being able to add a version more than once for the same project. Since this is done, we don't have to worry about deleting one version deleted other ones with the same name in the same project.

jlatour

jlatour

2002-05-31 11:11

reporter   ~0002763

I talked to Ken, and we're not going to change anything about the sorting.

Rest is fixed.