View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037316 | mantisbt | plug-ins | public | 2026-07-18 12:54 | 2026-07-18 13:08 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0037316: New error code: ERROR_PLUGIN_ENTITY_NOT_FOUND | ||||
| Description | This follows a suggestion by @vboctor in a TODO in the Snippets plugin [1]:
| ||||
| Tags | No tags attached. | ||||
|
Snippets plugin issue https://github.com/mantisbt-plugins/Snippets/issues/83 |
|
|
MantisBT: master 05cbaccc 2026-06-05 09:23 Details Diff |
Define new ERROR_PLUGIN_ENTITY_NOT_FOUND error This is a generic error to be used by Plugins when they need to report a not found error. This is mapped to HTTP 404 status for the REST API. Fixes 0037316 |
Affected Issues 0037316 |
|
| mod - core/constant_inc.php | Diff File | ||
| mod - core/error_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||