Modify ↓
Opened 17 years ago
Closed 17 years ago
#8110 closed defect (wontfix)
AttributeError: 'Ticket' object has no attribute 'time_changed'
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | blocker | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /ticket/28, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'28'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)
System Information
| Trac | 0.11.1
|
| Python | 2.5.2 (r252:60911, Nov 14 2008, 20:05:29) [GCC 4.3.2]
|
| setuptools | 0.6c8
|
| SQLite | 3.5.9
|
| pysqlite | 2.5.0
|
| mod_python | 3.3.1
|
| Genshi | 0.5.1
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 170, in process_request
return self._process_ticket_request(req)
File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 514, in _process_ticket_request
'timestamp': str(ticket.time_changed)})
AttributeError: 'Ticket' object has no attribute 'time_changed'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Yet another AgiloForScrum related bug, see #7869 (read the description).