View Issue Details

IDProjectCategoryView StatusLast Update
0010059mantisbtrelationshipspublic2023-10-18 04:02
Reporterolegos Assigned Todhx  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0010059: Default resolution to "duplicate" if "duplicate_of" relationship exists
Description

I propose defaulting resolution to "duplicate" when resolving or closing a bug and at least one "duplicate_of" relationship exists, instead of the current "fixed".

TagsNo tags attached.

Relationships

related to 0022468 closedatrol Resolution changes in some cases when closing issues 
related to 0005649 closeddregad Existing 'duplicate of' bug number not displayed on bug_change_status_page.php when resolving 
child of 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dhx

dhx

2009-06-26 14:01

reporter   ~0022283

Good idea, I like this. I'll see what I can do.

dhx

dhx

2010-02-07 22:01

reporter   ~0024345

I've implemented this feature in the 1.3.x branch. Thanks for the suggestion!

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036519

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master cca25660

2010-02-07 21:58

dhx


Details Diff
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.
Affected Issues
0010059
mod - bug_change_status_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File