Modify ↓
Opened 15 years ago
Closed 14 years ago
#6967 closed defect (fixed)
problem when create new tickets
Reported by: | Ricky | Owned by: | Yuji OKAZAKI |
---|---|---|---|
Priority: | normal | Component: | TracDependencyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When creating a new ticket, I get the following error:
Trac detected an internal error: AttributeError: 'NoneType' object has no attribute 'strip'
The I identified the problem in funtion "get_ticket" in "intertrac.py". Because variable "ticket" is None ant thus can't be stripped. So I added a validation patch and now it works. Hope this patch can help a little bit.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | patch.diff added |
---|
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thank you. I will confirm your patch.