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