onCreate for a Club now marks any application for the same club as completed and invites the admins.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 21 Jan 2009 14:57:12 +0000
changeset 868 8d3c1ee6eba7
parent 867 f4ea0da41915
child 869 cd17698846ce
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
app/soc/logic/models/club.py
--- 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]: