defect #64 (closed: DONE)
EndUser? should be able to edit iterations from the iterations admin page
| Test Complete Size: | 1 | Test Complete Date: | 10/26/08 |
|---|---|---|---|
| Documentation Complete Size: | 0 | Documentation Complete Date: | |
| Acceptance Complete Size: | 1 | Acceptance Complete Date: | 10/26/08 |
| Reported by: | ja11sop | Owned by: | ja11sop |
| Milestone: | Clean up of Plugin with Patch | Component: | iterations |
| Version: | Keywords: | ||
| Cc: | Blocked By: | ||
| Patch SVN Revision: | Patch Trac Version: | not_applicable | |
| Blocking: | |||
| In Iterations: | 12 13 |
Description
How to Reproduce
While doing a GET operation on /admin/ticket/iterations/5, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'ticket', 'panel_id': u'iterations', 'path_info': u'5'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3pre) Gecko/2008090713 Firefox/3.0.3pre (Swiftfox)
System Information
| Trac | 0.11.1 |
| Python | 2.5.2 (r252:60911, Aug 8 2008, 09:38:22) [GCC 4.3.1] |
| setuptools | 0.6c9 |
| SQLite | 3.5.9 |
| pysqlite | 2.3.2 |
| Genshi | 0.5.1 |
| mod_python | 3.3.1 |
| Pygments | 0.10 |
| Subversion | 1.5.1 (r32289) |
| jQuery: | 1.2.6 |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/admin/web_ui.py", line 113, in process_request
path_info)
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/ticket/admin.py", line 43, in render_admin_panel
return self._render_admin_panel(req, cat, page, version)
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/ticket/admin.py", line 290, in _render_admin_panel
iteration_info = TicketSystem(self.env).get_iteration_info(current_iteration)
TypeError: get_iteration_info() takes exactly 4 arguments (2 given)
Change History
Have a look at the list of modified files related to this ticket.
Note: See
TracTickets for help on using
tickets.
