Modify

Opened 18 years ago

Closed 18 years ago

#663 closed defect (fixed)

exception when trying to move tickets

Reported by: rupert thurner Owned by: Noah Kantrowitz
Priority: normal Component: DatamoverPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

we get the following error when using data-mover with a quite recent 0.10 trac:

Traceback (most recent call last):
  File "/opt/trac/lib/python2.4/site-packages/trac/web/main.py", line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "/opt/trac/lib/python2.4/site-packages/trac/web/main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.solaris-2.8-sun4u/egg/webadmin/web_ui.py", line 109, in process_request
  File "build/bdist.solaris-2.8-sun4u/egg/datamover/ticket.py", line 49, in process_admin_request
  File "/opt/trac/lib/python2.4/site-packages/trac/ticket/query.py", line 63, in from_string
    filters = string.split('&')
AttributeError: 'dict' object has no attribute 'split'

Attachments (0)

Change History (1)

comment:1 Changed 18 years ago by Noah Kantrowitz

Resolution: fixed
Status: newclosed

(In [1207]) * Add some (mostly untested) stuff for moving wiki pages

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.