Roundup Tracker - Issues

Issue 2550934

classification
templating.py-indexargs_form() returns id's as space separated list not comma separated
Type: behavior Severity: major
Components: Web interface Versions: devel
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: high :

Created on 2017-02-18 00:28 by rouilj, last changed 2017-02-26 16:28 by rouilj.

Messages
msg5930 Author: [hidden] (rouilj) Date: 2017-02-18 00:28
When generating a form with a filter=id the id field value generated
from indexargs_form is a space separated list.

So in the url it becomes:

  1+2+3+4

when it should be 1,2,3,4. This causes tracebacks when the url is
used.

Although the id's are strings, in this case they should be
treated like integers.
msg5931 Author: [hidden] (rouilj) Date: 2017-02-18 00:34
Fix committed in changeset: a40ea636a2ad
History
Date User Action Args
2017-02-26 16:28:23rouiljsetstatus: open -> fixed
resolution: fixed
2017-02-18 00:34:22rouiljsetstatus: new -> open
messages: + msg5931
2017-02-18 00:28:06rouiljcreate