Roundup Tracker - Issues

Issue 2550696

classification
user.setlabelprop("realname")
Type: behavior Severity: normal
Components: Database, Web interface Versions: 1.4
process
Status: closed wont fix
:
: : rboesmans, richard
Priority: normal :

Created on 2011-04-13 11:31 by rboesmans, last changed 2011-04-14 04:50 by richard.

Messages
msg4270 Author: [hidden] (rboesmans) Date: 2011-04-13 11:31
Setting setlabelprop for the user class to "realname" results as
expected in showing the full user name in the web interface.

In the Nosy list, the "username" is also replaced with the "realname"
resulting in errors when submitting:
 
property nosy: 'FULL name' is not a user.

Any idea how to solve this?
msg4274 Author: [hidden] (richard) Date: 2011-04-14 04:50
Sorry, what you're asking for can't be done. I recommend setting the labelprop back and instead 
editing the web interface templates to show the realname where you wish to see the realname 
(for example, in the issue item template where it has content="context/creator" have instead 
content="context/creator/realname"
History
Date User Action Args
2011-04-14 04:50:14richardsetstatus: new -> closed
priority: normal
resolution: wont fix
messages: + msg4274
nosy: + richard
2011-04-13 11:33:18rboesmanssettype: behavior
components: + Database, Web interface
versions: + 1.4
2011-04-13 11:31:55rboesmanscreate