View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0022074 | mantisbt | tagging | public | 2016-12-26 11:35 | 2016-12-30 15:54 |
| Reporter | atrol | Assigned To | cproensa | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.4 | ||||
| Target Version | 1.3.5 | Fixed in Version | 1.3.5 | ||
| Summary | 0022074: System notice when detaching tags | ||||
| Description | Regression in 1.3.4 Get | ||||
| Additional Information | Caused by changes in function tag_bug_get_row where parameter $p_tag_id is no longer used. | ||||
| Tags | No tags attached. | ||||
|
PR: https://github.com/mantisbt/mantisbt/pull/981 Thanks for the finding... |
|
|
MantisBT: master-1.3.x b59807e6 2016-12-26 08:49 Details Diff |
Fix regression for function tag_bug_get_row() Fix regression caused by changes in function tag_bug_get_row() where parameter $p_tag_id is no longer used. The modified function was returning an array of all tag rows for the bug_id, instead of a single tag row, if it exists. Fixes: 0022074 |
Affected Issues 0022074 |
|
| mod - core/tag_api.php | Diff File | ||