Modify ↓
Opened 19 years ago
Closed 19 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)
Note: See
TracTickets for help on using
tickets.



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