Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5759 closed defect (wontfix)

set Component to (unspecified) causes error when viewing

Reported by: kevin.taylor@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords: plugin
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 239, in dispatch
    template, content_type = self._post_process_request(req,
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 269, in _post_process_request
    content_type)
  File "/usr/local/share/trac/plugins/TracMasterTickets-1.0-py2.4.egg/mastertickets/web_ui.py", line 59, in post_process_request
    req.hdf['project.footer'] = Markup(req.hdf['project.footer'] + Markup(html.DIV(linkify_ids(self.env, req, blocks_ids), id='linkified_blocking', style='display:none')))
  File "/usr/local/share/trac/plugins/TracMasterTickets-1.0-py2.4.egg/mastertickets/util.py", line 19, in linkify_ids
    return Markup(', '.join([unicode(html.A('#%s'%i, href=req.href.ticket(i), class_='%s ticket'%Ticket(env, i)['status'])) for i in ids]))
  File "/var/lib/python-support/python2.4/trac/ticket/model.py", line 40, in __init__
    self._fetch_ticket(tkt_id, db)
  File "/var/lib/python-support/python2.4/trac/ticket/model.py", line 86, in _fetch_ticket
    raise TracError('Ticket %d does not exist.' % tkt_id,
TypeError: int argument required

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Keywords: plugin added
Resolution: wontfix
Status: newclosed

From the traceback, it appears that the issue is triggered by the th:TracMasterTickets plugin.

Please report this error to the plugin maintainer.

comment:2 by pmocek-edgewall-tracwiki@…, 17 years ago

The traceback suggests that this ticket was mis-labeled, and is a duplicate of Track Hacks ticket 1326 (MasterTicketsPlugin: "unrecoverable error when "blocking" value is invalid").

Fixed with changeset:5836, which removed an assumption in source:/trunk/trac/ticket/model.py that ticket_id is an integer.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.