View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004803 | mantisbt | relationships | public | 2004-11-02 08:49 | 2004-11-06 05:59 |
| Reporter | sogabe | Assigned To | masc | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | git trunk | ||||
| Fixed in Version | 0.19.1 | ||||
| Summary | 0004803: 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, send email and update the history for the src issuehistory_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) { send email and update the history for the src issuehistory_log_event_special( $f_bug_id, BUG_DEL_RELATIONSHIP, $t_rel_type, $t_dest_bug_id ); | ||||
| Tags | No tags attached. | ||||