diff -r f3886d1b00a5 -r 8a18ac7ca909 app/soc/modules/ghop/views/models/task.py --- a/app/soc/modules/ghop/views/models/task.py Fri Oct 23 13:25:28 2009 -0700 +++ b/app/soc/modules/ghop/views/models/task.py Sat Oct 24 22:45:29 2009 +0200 @@ -509,7 +509,7 @@ if not entity: filter['scope'] = fields['scope'] else: - filter['scope'] = entity.program + filter['scope'] = entity.scope role_entity = ghop_org_admin_logic.logic.getForFields( filter, unique=True)