MantisBT: master c8a62a05

Author Committer Branch Timestamp Parent
dregad dregad master 2012-01-03 05:02 master a105985e
Affected Issues  0013714: "$g_notify_flags" config option in web config interface: problem for relationship change
Changeset

Inconsistent definition of 'relation' $g_notify_flags

In config_defaults_inc.php, the action for $g_notify_flags to alert
when relationships change is defined as 'relation'. This is the value
used by the email api. However, the manage_config_email_page.php used
a different value 'relationship' to store/retrieve the configuration.

This leads to inconsistent behavior: when defined in config_inc.php
with 'relation', the flags are set as expected, but not reflected in
the UI. When changed in the UI, the settings have no effect (e.g.
e-mails are sent even though the flag says they are disabled).

Fixes 0013714

mod - manage_config_email_page.php Diff File
mod - manage_config_email_set.php Diff File