Roundup Tracker - Issues

Issue 1538758

classification
userauditor.py crashes when removing all roles
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: tobias-herp : tobias-herp
Priority: normal :

Created on 2006-08-11 14:57 by tobias-herp, last changed 2006-09-18 03:25 by tobias-herp.

Files
File name Uploaded Description Edit Remove
userauditor.py.patch tobias-herp, 2006-08-11 14:57 Patch to fix the crash when newvalues['roles'] is None
Messages
msg2288 Author: [hidden] (tobias-herp) Date: 2006-08-11 14:57
When the last role of a user is removed, the
audit_user_fields() auditor crashes, because the
newvalues key 'roles' is present but not a string.

Patch included :-)
msg2289 Author: [hidden] (tobias-herp) Date: 2006-09-18 03:25
Logged In: YES 
user_id=805804

fix checked in
History
Date User Action Args
2006-08-11 14:57:32tobias-herpcreate