Roundup Tracker - Issues

Issue 767319

classification
Retired issues are still displayed
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : alain_tesio, richard
Priority: normal :

Created on 2003-07-07 20:04 by alain_tesio, last changed 2003-07-28 23:28 by richard.

Messages
msg892 Author: [hidden] (alain_tesio) Date: 2003-07-07 20:04
I'm trying to hide an issue, I type "retire issuexxx"
and "commit" in roundup_admin, "table issue" doesn't
display it but it is not hidden in the web interface.

The mysql query in the log is :

select id,_priority,_activity from _issue  where
(_status in ('1','2','3','4','5','6','7') or _status is
NULL) order by _priority,_activity desc;

I'm using version 0.6 beta 3
msg893 Author: [hidden] (richard) Date: 2003-07-28 23:28
Logged In: YES 
user_id=6405

This needs a unit test 
 
History
Date User Action Args
2003-07-07 20:04:59alain_tesiocreate