MantisBT: master 4c791523

Author Committer Branch Timestamp Parent
dhx dhx master 2010-06-19 00:38 master 69c55f95
Affected Issues  0012096: On marking an issue as a duplicate add the reporter and handler to the monitor list of the destination bug
Changeset

Issue 0012096: Add reporter and handler to monitor list on duplicate

When an issue X is resolved as a duplicate of an existing issue Y, the
monitor list from X is copied to and merged with Y. However the reporter
and handler of the source issue are not copied unless they're on the
monitor list.

This change ensures that the reporter and handler of the source issue
are added to the monitor list on the destination issue. These users are
thus less likely to become out-of-the-loop on an issue that is relevant
to them.

mod - core/bug_api.php Diff File