onCreate for a Club now marks any application for the same club as completed and invites the admins.
This is useful for when the club has been created without using the application.
Patch by: Lennard de Rijk
--- a/app/soc/logic/models/club.py Wed Jan 21 14:36:44 2009 +0000
+++ b/app/soc/logic/models/club.py Wed Jan 21 14:57:12 2009 +0000
@@ -56,7 +56,6 @@
'scope': entity,
'scope_path': entity.key().name(),
'role': 'club_admin',
- 'group_accepted': True,
}
for admin in [application.applicant, application.backup_admin]: