Modify ↓
Opened 20 years ago
Closed 19 years ago
#1463 closed defect (fixed)
Milestones with "&" in the name clear themselves
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | ticket system | Version: | 0.8.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
- Create a milestone with an ampersand in the name, "A&B release 1" for example.
- Create a ticket and assign it to the milestone.
- In the ticket properties, the milestone is not selected by default.
Result: When you submit comments or changes to a ticket with such a milestone, you must reselect the milestone, or else Trac will clear the milestone.
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Happens with Components too.
- Create a new component "Y & Z". (Make sure it's not the first thing in the component list).
- Create a new ticket; set Component to "Y & Z".
- Go back and edit the ticket. The first Component in the list is selected, instead of "Y & Z".
comment:3 by , 19 years ago
Component: | general → ticket system |
---|---|
Milestone: | → 0.9 |
Owner: | changed from | to
Status: | new → assigned |
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in [2391].
Note:
See TracTickets
for help on using tickets.
This is probably an escaping issue, like #1434