Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/699692 
into lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  #699692 Copying team event fails
  https://bugs.launchpad.net/bugs/699692

For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/699692/+merge/45477
-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/699692/+merge/45477
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~chrisjohnston/loco-directory/699692 into lp:loco-directory.
=== modified file 'loco_directory/events/views.py'
--- loco_directory/events/views.py	2011-01-05 16:01:17 +0000
+++ loco_directory/events/views.py	2011-01-07 02:47:53 +0000
@@ -230,7 +230,8 @@
     team_event = get_object_or_404(TeamEvent, pk=team_event_id)
     team_object = team_event.teams.all()[0]
     team_event.id = team_event.pk = None
-
+    team_event.save()
+    
     is_on_lc = launchpad.is_user_on_loco_council(request.user)
     is_member = launchpad.is_team_member(request.user, team_object)
     

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to