View Issue Details

IDProjectCategoryView StatusLast Update
0014053mantisbtrelationshipspublic2025-01-18 16:20
Reportereasii-ic Assigned Todregad  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.2.8 
Summary0014053: I never get duplicate_id in "View Issues"
Description

Even if I changed the colums management and I cloned some issues trying to choose each Relationship type, I never get "duplicate_id" column in "View Issues" windows.
I tried with "All Projects" or the one I created.

Steps To Reproduce

To duplicate some issues and to make sure that duplicate_id is present in "View Issues Columns" in "Manage Columns" windows

TagsNo tags attached.

Relationships

related to 0005114 acknowledged duplicate_id in mantis_bug_table should be deprecated and eventually removed 
related to 0022238 closeddregad Missing columns on $g_view_issues_page_columns documentation 

Activities

atrol

atrol

2012-03-17 05:27

developer   ~0031483

duplicate_id will be removed in future versions.
It does not make sense to use this field because only one id can be stored in mantis_bug_table.
Duplicate id's (and id's of other relationships) are stored in mantis_bug_relationship_table.

dregad

dregad

2012-03-19 04:10

developer   ~0031491

Also, for reference http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/3427/focus=3478

dregad

dregad

2025-01-07 05:58

developer   ~0069642

Since 0022238, standard columns are not explicitly listed in the PHPDoc for $g_view_issues_page_columns, and the obsolete duplicate_id column has been removed from the list of available columns in Manage Columns page since 1.3.0 (see MantisBT master 21aad399).

So even though the column still remains in the bug table, it cannot effectively be referenced, so I see no point in keeping this issue open.