View Issue Details

IDProjectCategoryView StatusLast Update
0026455mantisbtapi restpublic2019-12-10 07:11
Reportermnewnham Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status confirmedResolutionopen 
Product Version2.13.0 
Summary0026455: Update issue status via REST API without privilege results in Slim error
Description

In /api/soap/mc_api.php on line 364, its trying to call 2 methods , "getMessage" and "getFault", that don't exist in the class "RestFault".

To test, use the rest api to update the status of an issue, without the privileges to do so. A "Slim Application error" is thrown.

TagsNo tags attached.

Activities

dregad

dregad

2019-12-10 06:59

developer   ~0063232

Bug was introduced in commit MantisBT master 51e12336 (confirmed by git bisect) see PR https://github.com/mantisbt/mantisbt/pull/1301

dregad

dregad

2019-12-10 07:11

developer   ~0063235

@vboctor this one's probably for you

Related Changesets

MantisBT: master 51e12336

2018-02-17 13:32

vboctor


Details Diff
Use `IssueAddCommand` in SOAP API Affected Issues
0023998, 0026455
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File