View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0033422 | mantisbt | api rest | public | 2023-12-10 08:41 | 2024-02-20 16:58 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.26.1 | Fixed in Version | 2.26.1 | ||
| Summary | 0033422: Updating an issue with bugnote having empty text causes PHP errors | ||||
| Description |
| ||||
| Steps To Reproduce | Example payload for
Note the missing | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-2.26 89b538ab 2023-12-10 08:45 Details Diff |
Fix exception when updating bugnote without text REST API fails with HTTP 500 : Unhandled deprecation warning in .../mantis/core/database_api.php line 1158: 'preg_replace(): Passing null to parameter 0000003 ($subject) of type array|string is deprecated' Fixes 0033422 |
Affected Issues 0033422 |
|
| mod - core/database_api.php | Diff File | ||
|
MantisBT: master-2.26 4ed66fce 2023-12-10 08:46 Details Diff |
Fix PHP warning in mc_issue_update() Undefined array key "text" in .../mantis/api/soap/mc_issue_api.php on line 1160 Fixes 0033422 |
Affected Issues 0033422 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||