vanderbilt-redcap / email-alerts-module

Module to send customized emails alerts after a form/survey is completed to one or several recipients.
MIT License
3 stars 9 forks source link

Issue with save hook #57

Closed knil-maloon closed 7 months ago

knil-maloon commented 7 months ago

Added a break on both hook_survey_complete and hook_save_record as noticed it was unnecessarily checking the same data once all previous checks were done. Possible issue with projects with lots of data not having enough memory.