Opened 14 years ago
Closed 14 years ago
#69 closed defect (fixed)
Non-existent users as signatory
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Near Release |
Component: | Default | Version: | |
Keywords: | Cc: | ||
Size: | tiny |
Description
See https://diswww.mit.edu/menelaus/asa-db/820:
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/mit/asa-db/Scripts/django/asa-db/asadb/groups/views.py", line 654, in manage_officers if role.require_student and not moira_accounts[person].is_student(): KeyError: u'abdimom'
Change History (2)
comment:1 Changed 14 years ago by adehnert
- Size set to tiny
comment:2 Changed 14 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.