Roundup Tracker - Issues

Issue 767465

classification
role parsing code should strip tokens
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : jlgijsbers, rdmurray, richard
Priority: normal :

Created on 2003-07-08 01:16 by rdmurray, last changed 2003-08-11 22:48 by richard.

Messages
msg894 Author: [hidden] (rdmurray) Date: 2003-07-08 01:16
I just finished banging my head against trying to give a user
multiple roles.  Weird things kept happening.  I finally tracked
it down to the fact that I was entering "User, Staff", and the roles
parsing code was seeing that second role as " Staff" and not finding
it.

Ideally, an undeclared role should raise an error.  But the role
parsing code should also strip the tokens before it compares them.
msg895 Author: [hidden] (jlgijsbers) Date: 2003-08-10 17:12
Logged In: YES 
user_id=469548

Richard, are you planning on doing another 0.5 release? You
already fixed this in 0.6, so is there a need for a backport?
msg896 Author: [hidden] (richard) Date: 2003-08-11 22:48
Logged In: YES 
user_id=6405

At this stage, I think we can stick to only critical bugs for backporting to 
0.5 (and we'll only do another 0.5 release if there are any critical bugs). 
 
History
Date User Action Args
2003-07-08 01:16:22rdmurraycreate