View Issue Details

IDProjectCategoryView StatusLast Update
0004803mantisbtrelationshipspublic2004-11-06 05:59
Reportersogabe Assigned Tomasc  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version0.19.1 
Summary0004803: when the relation "child of" was delteted, in issue "parent of" was displayed.
Description

When I deleted the relation "child of", the following was diaplayed in Issue History.

Relationship deleted "parent of" 0000016

It should be "child of"?

Additional Information

In bug_relationship_delete.php,
line 68

send email and update the history for the src issue

history_log_event_special( $f_bug_id, BUG_DEL_RELATIONSHIP, $t_rel_type, $t_dest_bug_id );

to

if ($f_bug_id == $t_bug_relationship_data->dest_bug_id) {
$t_rel_type = relationship_get_complementary_type( $t_rel_type );
}

send email and update the history for the src issue

history_log_event_special( $f_bug_id, BUG_DEL_RELATIONSHIP, $t_rel_type, $t_dest_bug_id );

TagsNo tags attached.

Activities

masc

masc

2004-11-02 13:48

reporter   ~0008229

Fixed in CVS