Modify ↓
Opened 18 years ago
Closed 18 years ago
#6545 closed defect (worksforme)
Milestones, versions, etc. that evaluate to None aren't recognised
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
If I create a milestone or version in Trac with a name of "00" or similar, it will allow submission, and will show up in the appropriate list. However, when I go to edit that item (e.g., to mark a milestone completed), Trac will show a page the same page that it would if I didn't have *any* milestones (etc.).
In ticket/model#L551, I do see:
if name:
which isn't the whole issue here; however, I suspect it does contribute to it.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Tested this on current 0.11b1+, and I cannot re-create the issue with current version.
I don't see much chance of effort being put in to fix this for 0.10.x branch now, so the advice is to upgrade if/when you can.