MantisBT: master cca25660

Author Committer Branch Timestamp Parent
dhx dhx master 2010-02-07 21:58 master aa058c53
Affected Issues  0010059: Default resolution to "duplicate" if "duplicate_of" relationship exists
Changeset

Issue 0010059: Select 'duplicate' resolution automatically

If a bug X has a duplicate_of relationship with another bug Y and bug X
is resolved via bug_change_status_page.php, we should preselect the
resolution as 'duplicate'.

This commit also prevents the display of the duplicate bug ID field when
an existing duplicate relationship exists.

A new configuration option $g_bug_duplicate_resolution defines the
default resolution that is used when bugs are resolved as being
duplicates.

mod - bug_change_status_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File