Modify ↓
Opened 15 years ago
Closed 15 years ago
#10181 closed defect (cantfix)
AttributeError: 'TicketSystem' object has no attribute 'eventually_restrict_owner'
| Reported by: | gjyoun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /ticketgantt, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)
System Information
| Trac | 0.11.1
|
| Python | 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c8
|
| SQLite | 3.3.4
|
| pysqlite | 2.3.2
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Subversion | 1.5.1 (r32289)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "C:\TOW\Python\Lib\site-packages\trac\web\main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "C:\TOW\Python\Lib\site-packages\trac\web\main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "c:\tow\python\lib\site-packages\tracganttcalendarplugin-0.2-py2.5.egg\ganttcalendar\ticketgantt.py", line 174, in process_request
complete = complete[0:len(complete)-1]
AttributeError: 'TicketSystem' object has no attribute 'eventually_restrict_owner'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (th:GanttCalendarPlugin).