Roundup Tracker - Issues

Issue 2550748

classification
Crash when creating new issues with non-existing multilink values
Type: crash Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed fixed
:
: : rouilj, tbsmark86
Priority: : patch

Created on 2012-03-05 16:02 by tbsmark86, last changed 2016-04-09 05:16 by rouilj.

Files
File name Uploaded Description Edit Remove
fix.diff tbsmark86, 2012-03-05 16:02
Messages
msg4511 Author: [hidden] (tbsmark86) Date: 2012-03-05 16:02
For example:

If you Inpute "6666" (or any other number that is not a valid user-id)
in the nosy field you get
"An error has occurred ..."

This does not happen when editing a issue, then you recieve a normal
error message
"Edit Error: user has no node 6666"

Attached patch is a possible "quick-fix" solution.
msg5510 Author: [hidden] (rouilj) Date: 2016-04-09 05:16
Applied the patch, tested it in demo tracker and
checked it in.

changeset:   5051:b69c5e763295
tag:         tip
user:        John Rouillard <rouilj ieee.org>
date:        Sat Apr 09 01:15:22 2016 -0400
files:       CHANGES.txt roundup/cgi/templating.py
description:
issue2550748: Crash when creating new issues with non-existing multilink
values (in classic template). Applied patch provided
by user.
History
Date User Action Args
2016-04-09 05:16:35rouiljsetstatus: new -> closed
resolution: fixed
messages: + msg5510
nosy: + rouilj
2012-03-05 16:02:24tbsmark86create