Skip to content

Commit

Permalink
Merge pull request #98 from RedTurtle/remove_immediate_send
Browse files Browse the repository at this point in the history
Remove immediate from mailhost send in send_email_to_managers because…
  • Loading branch information
cekk authored Sep 27, 2023
2 parents 67ae25c + 34a9e17 commit 46e88bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ Changelog
[mamico]

- Remove Contributor from the package permissions map
[folix-01]

- Add configurable simultaneous bookings limit for the same user.
[folix-01]

- Remove "immediate=True" from mailhost send in send_email_to_managers because can cause multiple sends when there are conflicts.
[cekk]

2.0.0 (2023-09-12)
------------------

Expand Down
1 change: 0 additions & 1 deletion src/redturtle/prenotazioni/events/prenotazione.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def send_email_to_managers(booking, event):
subject=subject,
charset="utf-8",
msg_type="text/html",
immediate=True,
)


Expand Down

0 comments on commit 46e88bc

Please sign in to comment.