Opened 17 years ago
Closed 17 years ago
#5529 closed enhancement (fixed)
Remove a version time
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
From what I have found it seems that we can add a time to a version in trac-admin (version time …) and we can also change a version's time in the same way. What I want to to is actually remove a version's time (i.e. set it to empty), which should be possible technically, because I can create versions w/o an associated time.
The reason for doing so is maybe reprehensible: As I use trac for managing several projects (each of which only has a few active tickets at any given time) in one single trac, I want the entries in the versions combobox to be ordered as strings (else finding an entry is very difficult). But this is only possible if none of them has a set date … unfortunately we have already set some versions' dates, and I do not knkow how to get rid of these. Deleting (and re-adding) the versions is not really an option.
Attachments (0)
Change History (6)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
Version: | → devel |
eli did something related the version admin a few days ago in r5665, but that specific issue seems to be still present.
But for the milestones, I can clear the due date without a problem. Can you check again with latest trunk?
comment:3 by , 17 years ago
Ok, but what would be the command to remove a milestone's due date? I my docs to 0.10.3's trac-admin there doesn't seem to be a command covering this (i.e. neither "milestone due" nor "milestone remove" nor any other) …
comment:4 by , 17 years ago
comment:5 by , 17 years ago
For the record, what seems to work (at least for me) is to indeed "version remove" the time-stamped version and to immediately "version add" the very same version w/o time-stamp. (Same worked for milestones, too.)
Btw. I woudl like to see the same feature for milestones, i.e. the possibility to remove a due date (w/o daving to specify a new one); same reasoning: it is possible to create milestones w/o due date, hence it should be possible to clear it afterwards.