Ticket #800 (closed defect: fixed)
'Add New Milestone' not working
| Reported by: | Brad Anderson <brad@…> | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | roadmap | Version: | devel |
| Severity: | critical | Keywords: | |
| Cc: | brad@… |
Description
I pulled Revision 940 to my local and was unable to create a new milestone. The problem was that the 'id' variable in Milestone.py was not being set to a default of -1 by the dictionary's get() method.
I'm a total Python newbie, so someone needs to check if the patch is a) in the right place, and b) the proper Python way. I don't think removing the hidden field name="id" on the html form is the way, because at times, it's filled with the milestone name for other modes.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


