Modify

Opened 14 years ago

Closed 14 years ago

#7009 closed defect (invalid)

Error when changing tickets in Custom Query with a lot of filters

Reported by: Ismael de Esteban Owned by: CuriousCurmudgeon
Priority: normal Component: BatchModifyPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

When the POST url is too big due to a lot of filters set raises an error:

TypeError: can only concatenate list (not "unicode") to list

Python Traceback:

Most recent call last:
File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request
File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 204, in dispatch
File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/ticket/query.py", line 750, in process_request
File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/ticket/query.py", line 852, in _get_constraints
Trac:	0.11.2.1
Python:	2.5.2 (r252:60911, Apr 16 2008, 23:58:07) [GCC 4.2.3 (Debian 4.2.3-3)]
setuptools:	0.6c8
psycopg2:	2.0.7
Genshi:	0.5
Pygments:	0.10
Subversion:	1.4.6 (r28521)
RPC:	1.6.6
jQuery:	1.2.6

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by CuriousCurmudgeon

Resolution: invalid
Status: newclosed

This is a problem with Trac, not the plugin. Please search for an existing ticket on http://trac.edgewall.org. If one does not exist go ahead and create a new ticket there.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain CuriousCurmudgeon.
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.