Modify ↓
#486 closed defect (fixed)
Assigning multiple moderators when creating a forum produces errors.
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
When trying to assign multiple moderators to a forum I tried creating, two in this case, I encountered the following error:
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler dispatch_request(mpr.path_info, mpr, env) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/tracdiscussion/core.py", line 172, in process_request AttributeError: 'list' object has no attribute 'split'
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 18 years ago by
I've downloaded and installed the latest revision.
It works perfectly now. :D
Thank you for your time and effort.
Note: See
TracTickets for help on using
tickets.
Fixed in changeset 1006.