View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037012 | mantisbt | api rest | public | 2026-04-11 00:33 | 2026-04-23 01:35 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.28.0 | ||||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0037012: User self deletion doesn't work in REST API | ||||
| Description | This is allowed via UI, but not REST API. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 716b7b0a 2026-04-11 00:33 Details Diff |
REST API: Fix user self deletion. Fixes 0037012 |
Affected Issues 0037012 |
|
| mod - core/commands/UserDeleteCommand.php | Diff File | ||
|
MantisBT: master c2caedc7 2026-04-11 00:34 Details Diff |
Update user delete to use UserDeleteCommand Fixes 0037012 |
Affected Issues 0037012 |
|
| mod - account_delete.php | Diff File | ||
|
MantisBT: master 2c6f1125 2026-04-11 00:36 Details Diff |
REST API: Test cases for user self deletion Fixes 0037012 |
Affected Issues 0037012 |
|
| mod - tests/rest/RestUserTest.php | Diff File | ||
|
MantisBT: master c7a96d3a 2026-04-23 01:35 Committer: community Details Diff |
Merge pull request #2205 from vboctor/issue37012_use_user_delete_cmd Fix REST API user self deletion + update web UI to use REST API Fixes 0037012 |
Affected Issues 0037012 |
|
| mod - account_delete.php | Diff File | ||
| mod - core/commands/UserDeleteCommand.php | Diff File | ||
| mod - tests/rest/RestUserTest.php | Diff File | ||