diff -r a1f1eaaf458b -r 3f9dd37d98a8 app/soc/logic/models/organization.py --- a/app/soc/logic/models/organization.py Sat Apr 11 22:57:23 2009 +0000 +++ b/app/soc/logic/models/organization.py Sat Apr 11 22:58:19 2009 +0000 @@ -73,7 +73,7 @@ # only if there is an application send out the invites properties = { 'scope': entity, - 'scope_path': entity.key().name(), + 'scope_path': entity.key().id_or_name(), 'role': 'org_admin', 'role_verbose': 'Organization Admin', 'status': 'group_accepted',