cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

an applicant can receive a confirmation Mail, even if the submit of the applications fails #321

Closed cbleek closed 7 years ago

cbleek commented 7 years ago

https://groups.google.com/d/msgid/yawik/b72bb6f0-2975-4397-93e6-2f6d7631f732%40googlegroups.com?utm_medium=email&utm_source=footer

cbleek commented 7 years ago

we have to make sure that the confirmation mail is sent after the CC mail to the applicant

TiSiE commented 7 years ago

The main problem here is, that the application is not saved before the listeners for the mail sending are triggered AND that the PersistenceListener is NOT called when the listeners errored (although it SHOULD get called).

The fix here is to save the application manually BEFORE the listeners are triggered.