Skip to content

Fixed issues with cc feature branch

Daniel Nemergut requested to merge ws1276-cc_das_on_pi_email_fixes into main

This fixes 2 issues when the cc email address is empty (which is in most cases):

  1. It caused a key error in sendMail, so I put in a check to see if it exists in the parameters list before checking if it's None.
  2. It caused an empty line between the "To" and "Subject" header fields which need to be together, so I made a migration script to remove a newline in the templates.

Merge request reports