Roundup Tracker - Issues

Issue 551483

classification
assignedto in Client.make_index_link
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard, schlatterbeck
Priority: normal :

Created on 2002-05-02 16:16 by schlatterbeck, last changed 2002-05-21 06:00 by richard.

Messages
msg211 Author: [hidden] (schlatterbeck) Date: 2002-05-02 16:16
There is a special case for the assignedto attribute of
an issue in the method make_index_link of the class
Client in cgi_client.py in version 0.4.1 of roundup --
I am trying to use a database that does not use
assignedto -- a similar attribute is called
'responsible'. I have updated my instance_config.py
accordingly, but achieving the same special effect of
inserting the logged-in user instead of None in the
FILTERSPEC required me to override
Client.make_index_link in interfaces.py, I consider
this a bug, there should be some way of inserting
dynamic filtering rules in the FILTERSPEC (and probably
other parts of the instance_config, too) without having
to override whole methods of the cgi Client.
msg212 Author: [hidden] (richard) Date: 2002-05-21 06:00
Logged In: YES 
user_id=6405

OK, I've changed it so that the value of 'CURRENT 
USER' (not in a list) causes the replacement 
behaviour. 
 
History
Date User Action Args
2002-05-02 16:16:06schlatterbeckcreate