MantisBT: master 9a02d241

Author Committer Branch Timestamp Parent
vboctoradmin vboctoradmin master 2015-12-10 18:36 master ceb94b39
Affected Issues  0020371: Email notifications are not sent to explicit users when notify flags are overridden in DB
Changeset

Use global default_notify if flag not in DB config

The web UI currently doesn't support the explicit notify flag,
hence, when default_notify_flag and notify_flag are saved based
on administrator using web UI to override configs, such settings
will not include the 'explicit' flag causing it to be considered
false. The fix is to fallback to the global config when overridden
configs in db for notify_flags and default_notify_flags don't have
the requested flag.

Fixes 0020371

mod - core/email_api.php Diff File