Roundup Tracker - Issues

Issue 972546

classification
invalid literal for int(): TRUE
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2004-06-14 12:51 by anonymous, last changed 2004-06-14 12:51 by anonymous.

Messages
msg1308 Author: [hidden] (anonymous) Date: 2004-06-14 12:51
setting boolean values in the web interface causes
(roundup 0.7.4, postgresql backend):

Templating Error

exceptions.ValueError: invalid literal for int(): TRUE

Debugging information follows

   1. Looking for "title", current path:
   2. In path expression "title"
   3. While evaluating the string:'Issue ${context/id}:
${context/title}' expression on line 4
msg1309 Author: [hidden] (anonymous) Date: 2004-06-14 15:29
Logged In: NO 

there is also an problem with the history:

Templating Error

exceptions.ValueError: invalid literal for int(): TRUE

Debugging information follows

   1. While evaluating the standard:'context/history'
expression on line 200
History
Date User Action Args
2004-06-14 12:51:43anonymouscreate