Changeset 0a32ba in indico


Ignore:
Timestamp:
04/06/10 16:46:11 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
962f8e
Parents:
07bd34
git-author:
Leszek Syroka <leszek.marek.syroka@…> (03/19/10 15:01:00)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (04/06/10 16:46:11)
Message:

[FIX] Multiple registration emails

  • only one registration email is send (previously two emails were sent)
  • problems mentioned in fix#160 were working for me
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/conference.py

    r25838c r0a32ba  
    96729672                self._grantSubmission(r) 
    96739673            elif sb.getEmail() != "": 
    9674                 self.getConference().getPendingQueuesMgr().addPendingSubmitter(sb) 
     9674                self.getConference().getPendingQueuesMgr().addPendingSubmitter(sb, False) 
    96759675                self._grantSubmissionEmail(sb.getEmail()) 
    96769676                #send email once 
Note: See TracChangeset for help on using the changeset viewer.