Modify ↓
Opened 17 years ago
Closed 12 years ago
#2870 closed defect (duplicate)
Using "Delete Changes" causes an error
Reported by: | Matt Callaghan | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | TicketDeletePlugin |
Severity: | blocker | Keywords: | |
Cc: | Noah Kantrowitz | Trac Release: | 0.11 |
Description
When we click on "Delete Changes" from the WebAdmin menu, we receive a page with the following things:
Delete Ticket Changes
Select a ticket ID to change.
Ticket ID: ENTRYBOX
If I enter a ticket number (say, 836), it gives the following error:
TypeError: a float is required
If I enter a ticket number (say, #836), it gives the following error:
NameError: global name 'data' is not defined
Thinking that maybe it needs the format ticket.comment ... I try (836.3) and receive the following error:
NameError: global name 'data' is not defined
Any ideas coderanger?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Duplicate of #1749, I think. Please try again with the latest 0.11 branch version.