Ticket #2781 (new defect)

Opened 9 months ago

Last modified 9 months ago

cannot change ticket

Reported by: gregoryba@gmail.com Assigned to: coderanger
Priority: normal Component: TicketDeletePlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

How to Reproduce

While doing a GET operation on /admin/ticket/comments/153, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'ticket', 'panel_id': u'comments', 'path_info': u'153'}

System Information

Trac 0.11b1
Python 2.4.4 (#1, Jun 1 2007, 12:35:29)
[GCC 3.4.6 [FreeBSD] 20060305]
setuptools 0.6c5
SQLite 3.3.16
pysqlite 2.0.7
Genshi 0.4.4

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 195, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/admin/web_ui.py", line 108, in process_request
    path_info)
  File "build/bdist.freebsd-6.2-RELEASE-i386/egg/ticketdelete/web_ui.py", line 107, in render_admin_panel
TypeError: a float is required

Attachments

Change History

03/21/08 21:40:17 changed by gregoryba@gmail.com

might be a duplicate of #1749


Add/Change #2781 (cannot change ticket)




Change Properties
Action